EFM32 Giant Gecko Software Documentation  efm32gg-doc-5.1.2
EMU_EM4Init_TypeDef Struct Reference

Detailed Description

EM4 initialization structure

Definition at line 412 of file em_emu.h.

#include <em_emu.h>

Data Fields

bool buBodRstDis
 
bool buRtcWakeup
 
bool lockConfig
 
EMU_EM4Osc_TypeDef osc
 
bool vreg
 

Field Documentation

bool EMU_EM4Init_TypeDef::buBodRstDis

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

Definition at line 417 of file em_emu.h.

bool EMU_EM4Init_TypeDef::buRtcWakeup

Wake up on EM4 BURTC interrupt

Definition at line 419 of file em_emu.h.

Referenced by EMU_EM4Init().

bool EMU_EM4Init_TypeDef::lockConfig

Lock configuration of regulator, BOD and oscillator

Definition at line 416 of file em_emu.h.

Referenced by EMU_EM4Init().

EMU_EM4Osc_TypeDef EMU_EM4Init_TypeDef::osc

EM4 duty oscillator

Definition at line 418 of file em_emu.h.

Referenced by EMU_EM4Init().

bool EMU_EM4Init_TypeDef::vreg

Enable EM4 voltage regulator

Definition at line 420 of file em_emu.h.

Referenced by EMU_EM4Init().


The documentation for this struct was generated from the following file: