EFR32 Blue Gecko 1 Software Documentation
efr32bg1-doc-5.1.2
|
#include <em_emu.h>
Data Fields | |
EMU_EM4State_TypeDef | em4State |
EMU_EM4PinRetention_TypeDef | pinRetentionMode |
bool | retainLfrco |
bool | retainLfxo |
bool | retainUlfrco |
EMU_EM4State_TypeDef EMU_EM4Init_TypeDef::em4State |
Hibernate or shutoff EM4 state
Definition at line 426 of file em_emu.h.
Referenced by EMU_EM4Init().
EMU_EM4PinRetention_TypeDef EMU_EM4Init_TypeDef::pinRetentionMode |
EM4 pin retention mode
Definition at line 427 of file em_emu.h.
Referenced by EMU_EM4Init(), and UTIL_shutdown().
bool EMU_EM4Init_TypeDef::retainLfrco |
Disable the LFRCO upon EM4 entry
Definition at line 424 of file em_emu.h.
Referenced by EMU_EM4Init().
bool EMU_EM4Init_TypeDef::retainLfxo |
Disable the LFXO upon EM4 entry
Definition at line 423 of file em_emu.h.
Referenced by EMU_EM4Init().
bool EMU_EM4Init_TypeDef::retainUlfrco |
Disable the ULFRCO upon EM4 entry
Definition at line 425 of file em_emu.h.
Referenced by EMU_EM4Init().