Lines Matching refs:osc

3672 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc)  in CMU_OscillatorTuningGet()  argument
3676 switch (osc) { in CMU_OscillatorTuningGet()
3737 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet() argument
3743 switch (osc) { in CMU_OscillatorTuningSet()
9009 void sli_em_cmu_HFClockSelectLFOsc(uint8_t osc) in sli_em_cmu_HFClockSelectLFOsc() argument
9011 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
9014 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc()
9028 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
9030 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc()
9039 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
9041 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc()
9396 CMU_Osc_TypeDef osc = cmuOsc_HFRCO; in CMU_ClockSelectSet() local
9438 osc = cmuOsc_LFXO; in CMU_ClockSelectSet()
9447 osc = cmuOsc_LFRCO; in CMU_ClockSelectSet()
9456 osc = cmuOsc_HFXO; in CMU_ClockSelectSet()
9480 osc = cmuOsc_HFRCO; in CMU_ClockSelectSet()
9491 osc = cmuOsc_USHFRCO; in CMU_ClockSelectSet()
9498 osc = cmuOsc_HFRCO; in CMU_ClockSelectSet()
9505 osc = cmuOsc_CLKIN0; in CMU_ClockSelectSet()
9512 osc = cmuOsc_USHFRCO; in CMU_ClockSelectSet()
9530 if (osc != cmuOsc_CLKIN0) { in CMU_ClockSelectSet()
9531 CMU_OscillatorEnable(osc, true, true); in CMU_ClockSelectSet()
9534 CMU_OscillatorEnable(osc, true, true); in CMU_ClockSelectSet()
10414 CMU_Select_TypeDef osc; in CMU_HFRCOBandSet() local
10456 osc = CMU_ClockSelectGet(cmuClock_HF); in CMU_HFRCOBandSet()
10457 if (osc == cmuSelect_HFRCO) { in CMU_HFRCOBandSet()
10469 if (osc == cmuSelect_HFRCO) { in CMU_HFRCOBandSet()
11169 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument
11182 switch (osc) { in CMU_OscillatorEnable()
11268 if (osc == cmuOsc_HFXO) { in CMU_OscillatorEnable()
11297 if ((osc == cmuOsc_HFXO) && firstHfxoEnable) { in CMU_OscillatorEnable()
11358 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc) in CMU_OscillatorTuningGet() argument
11362 switch (osc) { in CMU_OscillatorTuningGet()
11432 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet() argument
11442 switch (osc) { in CMU_OscillatorTuningSet()
11561 bool CMU_OscillatorTuningWait(CMU_Osc_TypeDef osc, in CMU_OscillatorTuningWait() argument
11565 EFM_ASSERT(osc == cmuOsc_HFXO); in CMU_OscillatorTuningWait()
11568 (void)osc; in CMU_OscillatorTuningWait()
11627 bool CMU_OscillatorTuningOptimize(CMU_Osc_TypeDef osc, in CMU_OscillatorTuningOptimize() argument
11631 switch (osc) { in CMU_OscillatorTuningOptimize()
11641 return CMU_OscillatorTuningWait(osc, mode); in CMU_OscillatorTuningOptimize()