Searched refs:osc (Results 1 – 9 of 9) sorted by relevance
/hal_silabs-3.5.0/gecko/emlib/src/ |
D | em_cmu_fpga.c | 414 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()
|
D | em_cmu.c | 3399 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 …]
|
D | em_cryotimer.c | 42 | ((uint32_t)init->osc << _CRYOTIMER_CTRL_OSCSEL_SHIFT) in CRYOTIMER_Init()
|
D | em_emu.c | 1290 | (em4Init->osc) in EMU_EM4Init()
|
/hal_silabs-3.5.0/gecko/emlib/inc/ |
D | em_cmu_fpga.h | 641 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);
|
D | em_cmu.h | 1323 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,
|
D | em_cryotimer.h | 183 CRYOTIMER_Osc_TypeDef osc; member
|
D | em_emu.h | 744 EMU_EM4Osc_TypeDef osc; /**< EM4 duty oscillator. */ member
|
D | sli_em_cmu.h | 1119 void sli_em_cmu_HFClockSelectLFOsc(uint8_t osc);
|