Backup Power Domain Initialization structure.

Public Attributes#

Voltage probe select, selects ADC voltage.

bool

Enable BOD calibration mode.

bool

Enable BU_STAT status pin for active BU mode.

Power domain resistor.

bool

BU_VOUT strong enable.

bool

BU_VOUT medium enable.

bool

BU_VOUT weak enable.

Power connection, when not in Backup Mode.

Power connection, when in Backup Mode.

bool

Enable backup power domain, and release reset, enable BU_VIN pin.

Public Attribute Documentation#

probe#

EMU_Probe_TypeDef EMU_BUPDInit_TypeDef::probe

Voltage probe select, selects ADC voltage.


Definition at line 811 of file platform/emlib/inc/em_emu.h

bodCal#

bool EMU_BUPDInit_TypeDef::bodCal

Enable BOD calibration mode.


Definition at line 813 of file platform/emlib/inc/em_emu.h

statusPinEnable#

bool EMU_BUPDInit_TypeDef::statusPinEnable

Enable BU_STAT status pin for active BU mode.


Definition at line 815 of file platform/emlib/inc/em_emu.h

resistor#

EMU_Resistor_TypeDef EMU_BUPDInit_TypeDef::resistor

Power domain resistor.


Definition at line 819 of file platform/emlib/inc/em_emu.h

voutStrong#

bool EMU_BUPDInit_TypeDef::voutStrong

BU_VOUT strong enable.


Definition at line 821 of file platform/emlib/inc/em_emu.h

voutMed#

bool EMU_BUPDInit_TypeDef::voutMed

BU_VOUT medium enable.


Definition at line 823 of file platform/emlib/inc/em_emu.h

voutWeak#

bool EMU_BUPDInit_TypeDef::voutWeak

BU_VOUT weak enable.


Definition at line 825 of file platform/emlib/inc/em_emu.h

inactivePower#

EMU_Power_TypeDef EMU_BUPDInit_TypeDef::inactivePower

Power connection, when not in Backup Mode.


Definition at line 827 of file platform/emlib/inc/em_emu.h

activePower#

EMU_Power_TypeDef EMU_BUPDInit_TypeDef::activePower

Power connection, when in Backup Mode.


Definition at line 829 of file platform/emlib/inc/em_emu.h

enable#

bool EMU_BUPDInit_TypeDef::enable

Enable backup power domain, and release reset, enable BU_VIN pin.


Definition at line 831 of file platform/emlib/inc/em_emu.h