EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
HFXO initialization structure. Init values should be obtained from a configuration tool, app note or xtal datasheet
#include <em_cmu.h>
Data Fields | |
uint8_t | boost |
bool | glitchDetector |
CMU_OscMode_TypeDef | mode |
uint8_t | timeout |
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 |
uint8_t CMU_HFXOInit_TypeDef::timeout |