Searched refs:cmuOsc_LFXO (Results 1 – 4 of 4) sorted by relevance
/hal_silabs-3.5.0/gecko/emlib/inc/ |
D | sli_em_cmu.h | 1197 sli_em_cmu_HFClockSelectLFOsc((uint8_t)cmuOsc_LFXO); \ 1251 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \ 1281 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \ 1319 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \ 1343 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \ 1379 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \ 1424 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \ 1464 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \ 1509 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \ 1546 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \ [all …]
|
D | em_cmu_fpga.h | 274 cmuOsc_LFXO, /**< Low frequency crystal oscillator. */ enumerator
|
D | em_cmu.h | 563 cmuOsc_LFXO, /**< Low frequency crystal oscillator. */ in SL_ENUM() 2896 cmuOsc_LFXO, /**< Low-frequency crystal oscillator. */
|
/hal_silabs-3.5.0/gecko/emlib/src/ |
D | em_cmu.c | 6568 case cmuOsc_LFXO: in CMU_Calibrate() 6663 case cmuOsc_LFXO: in CMU_CalibrateConfig() 6705 case cmuOsc_LFXO: in CMU_CalibrateConfig() 8668 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc() 8670 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); in sli_em_cmu_HFClockSelectLFOsc() 8685 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc() 8696 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc() 9095 osc = cmuOsc_LFXO; in CMU_ClockSelectSet() 9273 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); in CMU_ClockSelectSet() 9319 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); in CMU_ClockSelectSet() [all …]
|