Home
last modified time | relevance | path

Searched refs:osc (Results 1 – 9 of 9) sorted by relevance

/hal_silabs-3.5.0/gecko/emlib/src/
Dem_cmu_fpga.c414 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument
416 (void) osc; in CMU_OscillatorEnable()
421 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc) in CMU_OscillatorTuningGet() argument
423 (void) osc; in CMU_OscillatorTuningGet()
427 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet() argument
429 (void) osc; in CMU_OscillatorTuningSet()
Dem_cmu.c3399 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc) in CMU_OscillatorTuningGet() argument
3403 switch (osc) { in CMU_OscillatorTuningGet()
3457 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet() argument
3461 switch (osc) { in CMU_OscillatorTuningSet()
8666 void sli_em_cmu_HFClockSelectLFOsc(uint8_t osc) in sli_em_cmu_HFClockSelectLFOsc() argument
8668 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
8671 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc()
8685 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
8687 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc()
8696 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
[all …]
Dem_cryotimer.c42 | ((uint32_t)init->osc << _CRYOTIMER_CTRL_OSCSEL_SHIFT) in CRYOTIMER_Init()
Dem_emu.c1290 | (em4Init->osc) in EMU_EM4Init()
/hal_silabs-3.5.0/gecko/emlib/inc/
Dem_cmu_fpga.h641 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait);
642 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc);
643 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val);
Dem_cmu.h1323 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc);
1324 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc,
1531 __STATIC_INLINE void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, in CMU_OscillatorEnable() argument
1535 (void)osc; in CMU_OscillatorEnable()
3314 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait);
3315 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc);
3316 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val);
3319 bool CMU_OscillatorTuningWait(CMU_Osc_TypeDef osc, CMU_HFXOTuningMode_TypeDef mode);
3320 bool CMU_OscillatorTuningOptimize(CMU_Osc_TypeDef osc,
Dem_cryotimer.h183 CRYOTIMER_Osc_TypeDef osc; member
Dem_emu.h744 EMU_EM4Osc_TypeDef osc; /**< EM4 duty oscillator. */ member
Dsli_em_cmu.h1119 void sli_em_cmu_HFClockSelectLFOsc(uint8_t osc);