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 810 of file platform/emlib/inc/em_emu.h

bodCal#

bool EMU_BUPDInit_TypeDef::bodCal

Enable BOD calibration mode.


Definition at line 812 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 814 of file platform/emlib/inc/em_emu.h

resistor#

EMU_Resistor_TypeDef EMU_BUPDInit_TypeDef::resistor

Power domain resistor.


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

voutStrong#

bool EMU_BUPDInit_TypeDef::voutStrong

BU_VOUT strong enable.


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

voutMed#

bool EMU_BUPDInit_TypeDef::voutMed

BU_VOUT medium enable.


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

voutWeak#

bool EMU_BUPDInit_TypeDef::voutWeak

BU_VOUT weak enable.


Definition at line 824 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 826 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 828 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 830 of file platform/emlib/inc/em_emu.h