Home
last modified time | relevance | path

Searched refs:CMU_Osc_TypeDef (Results 1 – 2 of 2) sorted by relevance

/bsp/efm32/Libraries/emlib/inc/
A Dem_cmu.h574 } CMU_Osc_TypeDef; typedef
615 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait);
616 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc);
617 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val);
626 uint32_t CMU_Calibrate(uint32_t HFCycles, CMU_Osc_TypeDef reference);
627 void CMU_CalibrateConfig(uint32_t downCycles, CMU_Osc_TypeDef downSel,
628 CMU_Osc_TypeDef upSel);
/bsp/efm32/Libraries/emlib/src/
A Dem_cmu.c456 uint32_t CMU_Calibrate(uint32_t HFCycles, CMU_Osc_TypeDef ref) in CMU_Calibrate()
529 void CMU_CalibrateConfig(uint32_t downCycles, CMU_Osc_TypeDef downSel, in CMU_CalibrateConfig()
530 CMU_Osc_TypeDef upSel) in CMU_CalibrateConfig()
1345 CMU_Osc_TypeDef osc = cmuOsc_HFRCO; in CMU_ClockSelectSet()
1909 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable()
1993 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc) in CMU_OscillatorTuningGet()
2042 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet()

Completed in 10 milliseconds