EFM32 Pearl Gecko Software Documentation  efm32pg1-doc-4.2.1
EMU_DCDCInit_TypeDef Struct Reference

#include <em_emu.h>

Data Fields

EMU_PowerConfig_TypeDef powerConfig
 
EMU_DcdcMode_TypeDef dcdcMode
 
uint16_t mVout
 
uint16_t em01LoadCurrent_mA
 
uint16_t em234LoadCurrent_uA
 
uint16_t maxCurrent_mA
 
EMU_DcdcAnaPeripheralPower_TypeDef anaPeripheralPower
 
EMU_DcdcLnTransientMode_TypeDef lnTransientMode
 

Detailed Description

DCDC initialization structure

Definition at line 344 of file em_emu.h.

Field Documentation

EMU_PowerConfig_TypeDef EMU_DCDCInit_TypeDef::powerConfig

Device external power configuration

Definition at line 346 of file em_emu.h.

Referenced by EMU_DCDCInit().

EMU_DcdcMode_TypeDef EMU_DCDCInit_TypeDef::dcdcMode

DCDC regulator operating mode in EM0

Definition at line 347 of file em_emu.h.

Referenced by EMU_DCDCInit().

uint16_t EMU_DCDCInit_TypeDef::mVout

Target output voltage (mV)

Definition at line 348 of file em_emu.h.

Referenced by EMU_DCDCInit().

uint16_t EMU_DCDCInit_TypeDef::em01LoadCurrent_mA

Estimated average load current in EM0 (mA). This estimate is also used for EM1 optimization, so if EM1 current is expected to be higher than EM0, then this parameter should hold the higher EM1 current.

Definition at line 349 of file em_emu.h.

Referenced by EMU_DCDCInit().

uint16_t EMU_DCDCInit_TypeDef::em234LoadCurrent_uA

Estimated average load current in EM2 (uA). This estimate is also used for EM3 and 4 optimization, so if EM3 or 4 current is expected to be higher than EM2, then this parameter should hold the higher EM3 or 4 current.

Definition at line 353 of file em_emu.h.

Referenced by EMU_DCDCInit().

uint16_t EMU_DCDCInit_TypeDef::maxCurrent_mA

Maximum peak DCDC output current (mA). This can be set to the maximum for the power source, for example the maximum for a battery.

Definition at line 357 of file em_emu.h.

Referenced by EMU_DCDCInit().

EMU_DcdcAnaPeripheralPower_TypeDef EMU_DCDCInit_TypeDef::anaPeripheralPower

Select analog peripheral power in DCDC-to-DVDD mode

Definition at line 360 of file em_emu.h.

Referenced by EMU_DCDCInit().

EMU_DcdcLnTransientMode_TypeDef EMU_DCDCInit_TypeDef::lnTransientMode

Low-noise transient mode

Definition at line 361 of file em_emu.h.

Referenced by EMU_DCDCInit().


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