EMU_EM4Init_TypeDef Struct Reference
EM4 initialization structure.
#include <em_emu.h>
Data Fields |
|
bool | lockConfig |
Lock configuration of regulator, BOD and oscillator.
|
|
bool | buBodRstDis |
When set, no reset will be asserted due to Brownout when in EM4.
|
|
EMU_EM4Osc_TypeDef | osc |
EM4 duty oscillator.
|
|
bool | buRtcWakeup |
Wake up on EM4 BURTC interrupt.
|
|
bool | vreg |
Enable EM4 voltage regulator.
|
|
EM4 initialization structure.
Field Documentation
◆ lockConfig
bool EMU_EM4Init_TypeDef::lockConfig |
Lock configuration of regulator, BOD and oscillator.
◆ buBodRstDis
bool EMU_EM4Init_TypeDef::buBodRstDis |
When set, no reset will be asserted due to Brownout when in EM4.
◆ osc
EMU_EM4Osc_TypeDef EMU_EM4Init_TypeDef::osc |
EM4 duty oscillator.
◆ buRtcWakeup
bool EMU_EM4Init_TypeDef::buRtcWakeup |
Wake up on EM4 BURTC interrupt.
◆ vreg
bool EMU_EM4Init_TypeDef::vreg |
Enable EM4 voltage regulator.