EM4 initialization structure.

Public Attributes#

bool

Lock configuration of regulator, BOD and oscillator.

bool

When set, no reset will be asserted due to Brownout when in EM4.

EM4 duty oscillator.

bool

Wake up on EM4 BURTC interrupt.

bool

Enable EM4 voltage regulator.

Public Attribute Documentation#

lockConfig#

bool EMU_EM4Init_TypeDef::lockConfig

Lock configuration of regulator, BOD and oscillator.


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

buBodRstDis#

bool EMU_EM4Init_TypeDef::buBodRstDis

When set, no reset will be asserted due to Brownout when in EM4.


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

osc#

EMU_EM4Osc_TypeDef EMU_EM4Init_TypeDef::osc

EM4 duty oscillator.


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

buRtcWakeup#

bool EMU_EM4Init_TypeDef::buRtcWakeup

Wake up on EM4 BURTC interrupt.


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

vreg#

bool EMU_EM4Init_TypeDef::vreg

Enable EM4 voltage regulator.


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