EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
CMU_LFXOInit_TypeDef Struct Reference

Detailed Description

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

Definition at line 1025 of file em_cmu.h.

#include <em_cmu.h>

Data Fields

uint8_t ctune
 
uint8_t gain
 
CMU_OscMode_TypeDef mode
 
uint8_t timeout
 

Field Documentation

uint8_t CMU_LFXOInit_TypeDef::ctune

CTUNE (load capacitance) value

Definition at line 1028 of file em_cmu.h.

Referenced by CMU_LFXOInit().

uint8_t CMU_LFXOInit_TypeDef::gain

Gain / max startup margin

Definition at line 1029 of file em_cmu.h.

Referenced by CMU_LFXOInit().

CMU_OscMode_TypeDef CMU_LFXOInit_TypeDef::mode

Oscillator mode

Definition at line 1034 of file em_cmu.h.

Referenced by CMU_LFXOInit().

uint8_t CMU_LFXOInit_TypeDef::timeout

Startup delay

Definition at line 1033 of file em_cmu.h.

Referenced by CMU_LFXOInit().


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