Lines Matching refs:osc
1345 CMU_Osc_TypeDef osc = cmuOsc_HFRCO; in CMU_ClockSelectSet() local
1364 osc = cmuOsc_LFXO; in CMU_ClockSelectSet()
1369 osc = cmuOsc_LFRCO; in CMU_ClockSelectSet()
1374 osc = cmuOsc_HFXO; in CMU_ClockSelectSet()
1395 osc = cmuOsc_HFRCO; in CMU_ClockSelectSet()
1411 CMU_OscillatorEnable(osc, true, true); in CMU_ClockSelectSet()
1736 CMU_Select_TypeDef osc; in CMU_HFRCOBandSet() local
1777 osc = CMU_ClockSelectGet(cmuClock_HF); in CMU_HFRCOBandSet()
1778 if (osc == cmuSelect_HFRCO) in CMU_HFRCOBandSet()
1791 if (osc == cmuSelect_HFRCO) in CMU_HFRCOBandSet()
1909 void CMU_OscillatorEnable(CMU_Osc_TypeDef osc, bool enable, bool wait) in CMU_OscillatorEnable() argument
1915 switch (osc) in CMU_OscillatorEnable()
1993 uint32_t CMU_OscillatorTuningGet(CMU_Osc_TypeDef osc) in CMU_OscillatorTuningGet() argument
1997 switch (osc) in CMU_OscillatorTuningGet()
2042 void CMU_OscillatorTuningSet(CMU_Osc_TypeDef osc, uint32_t val) in CMU_OscillatorTuningSet() argument
2044 switch (osc) in CMU_OscillatorTuningSet()