EFM32 Zero Gecko Software Documentation  efm32zg-doc-5.1.2
CMU_HFXOInit_TypeDef Struct Reference

Detailed Description

HFXO initialization structure. Init values should be obtained from a configuration tool, app note or xtal datasheet

Definition at line 1072 of file em_cmu.h.

#include <em_cmu.h>

Data Fields

uint8_t boost
 
bool glitchDetector
 
CMU_OscMode_TypeDef mode
 
uint8_t timeout
 

Field Documentation

uint8_t CMU_HFXOInit_TypeDef::boost

HFXO Boost, 0=50% 1=70%, 2=80%, 3=100%

Definition at line 1090 of file em_cmu.h.

Referenced by CMU_HFXOInit().

bool CMU_HFXOInit_TypeDef::glitchDetector

Enable/disable glitch detector

Definition at line 1092 of file em_cmu.h.

Referenced by CMU_HFXOInit().

CMU_OscMode_TypeDef CMU_HFXOInit_TypeDef::mode

Oscillator mode

Definition at line 1094 of file em_cmu.h.

Referenced by CMU_HFXOInit().

uint8_t CMU_HFXOInit_TypeDef::timeout

Startup delay

Definition at line 1091 of file em_cmu.h.

Referenced by CMU_HFXOInit().


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