Lines Matching refs:osc

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()
8698 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc()
9053 CMU_Osc_TypeDef osc = cmuOsc_HFRCO; in CMU_ClockSelectSet() local
9095 osc = cmuOsc_LFXO; in CMU_ClockSelectSet()
9104 osc = cmuOsc_LFRCO; in CMU_ClockSelectSet()
9113 osc = cmuOsc_HFXO; in CMU_ClockSelectSet()
9137 osc = cmuOsc_HFRCO; in CMU_ClockSelectSet()
9148 osc = cmuOsc_USHFRCO; in CMU_ClockSelectSet()
9155 osc = cmuOsc_HFRCO; in CMU_ClockSelectSet()
9162 osc = cmuOsc_CLKIN0; in CMU_ClockSelectSet()
9169 osc = cmuOsc_USHFRCO; in CMU_ClockSelectSet()
9187 if (osc != cmuOsc_CLKIN0) { in CMU_ClockSelectSet()
9188 CMU_OscillatorEnable(osc, true, true); in CMU_ClockSelectSet()
9191 CMU_OscillatorEnable(osc, true, true); in CMU_ClockSelectSet()
10030 CMU_Select_TypeDef osc; in CMU_HFRCOBandSet() local
10072 osc = CMU_ClockSelectGet(cmuClock_HF); in CMU_HFRCOBandSet()
10073 if (osc == cmuSelect_HFRCO) { in CMU_HFRCOBandSet()
10085 if (osc == cmuSelect_HFRCO) { in CMU_HFRCOBandSet()
10764 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument
10777 switch (osc) { in CMU_OscillatorEnable()
10863 if (osc == cmuOsc_HFXO) { in CMU_OscillatorEnable()
10892 if ((osc == cmuOsc_HFXO) && firstHfxoEnable) { in CMU_OscillatorEnable()
10953 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc) in CMU_OscillatorTuningGet() argument
10957 switch (osc) { in CMU_OscillatorTuningGet()
11021 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet() argument
11027 switch (osc) { in CMU_OscillatorTuningSet()
11131 bool CMU_OscillatorTuningWait(CMU_Osc_TypeDef osc, in CMU_OscillatorTuningWait() argument
11135 EFM_ASSERT(osc == cmuOsc_HFXO); in CMU_OscillatorTuningWait()
11138 (void)osc; in CMU_OscillatorTuningWait()
11197 bool CMU_OscillatorTuningOptimize(CMU_Osc_TypeDef osc, in CMU_OscillatorTuningOptimize() argument
11201 switch (osc) { in CMU_OscillatorTuningOptimize()
11211 return CMU_OscillatorTuningWait(osc, mode); in CMU_OscillatorTuningOptimize()