Searched refs:cmuOsc_LFRCO (Results 1 – 9 of 9) sorted by relevance
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | sli_em_cmu.h | 1295 sli_em_cmu_HFClockSelectLFOsc((uint8_t)cmuOsc_LFRCO); \ 1350 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1380 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1418 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1442 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1481 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1524 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1566 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1609 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1646 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ [all …]
|
| D | em_cmu_fpga.h | 280 cmuOsc_LFRCO, /**< Low frequency RC oscillator. */ enumerator
|
| D | em_cmu.h | 640 cmuOsc_LFRCO, /**< Low frequency RC oscillator. */ in SL_ENUM() 2979 cmuOsc_LFRCO, /**< Low-frequency RC oscillator. */
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | sli_em_cmu.h | 1292 sli_em_cmu_HFClockSelectLFOsc((uint8_t)cmuOsc_LFRCO); \ 1347 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1377 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1415 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1439 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1478 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1521 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1563 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1606 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ 1643 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); \ [all …]
|
| D | em_cmu_fpga.h | 280 cmuOsc_LFRCO, /**< Low frequency RC oscillator. */ enumerator
|
| D | em_cmu.h | 640 cmuOsc_LFRCO, /**< Low frequency RC oscillator. */ in SL_ENUM() 2978 cmuOsc_LFRCO, /**< Low-frequency RC oscillator. */
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_cmu.c | 3729 case cmuOsc_LFRCO: in CMU_OscillatorTuningGet() 3796 case cmuOsc_LFRCO: in CMU_OscillatorTuningSet() 6968 case cmuOsc_LFRCO: in CMU_Calibrate() 7063 case cmuOsc_LFRCO: in CMU_CalibrateConfig() 7105 case cmuOsc_LFRCO: in CMU_CalibrateConfig() 9067 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc() 9069 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); in sli_em_cmu_HFClockSelectLFOsc() 9083 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc() 9094 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc() 9500 osc = cmuOsc_LFRCO; in CMU_ClockSelectSet() [all …]
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_cmu.c | 3678 case cmuOsc_LFRCO: in CMU_OscillatorTuningGet() 3745 case cmuOsc_LFRCO: in CMU_OscillatorTuningSet() 6915 case cmuOsc_LFRCO: in CMU_Calibrate() 7010 case cmuOsc_LFRCO: in CMU_CalibrateConfig() 7052 case cmuOsc_LFRCO: in CMU_CalibrateConfig() 9014 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc() 9016 CMU_OscillatorEnable(cmuOsc_LFRCO, true, true); in sli_em_cmu_HFClockSelectLFOsc() 9030 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc() 9041 } else if (osc == (uint8_t)cmuOsc_LFRCO) { in sli_em_cmu_HFClockSelectLFOsc() 9447 osc = cmuOsc_LFRCO; in CMU_ClockSelectSet() [all …]
|
| /hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/src/ |
| D | sl_clock_manager_hal_s2.c | 637 CMU_OscillatorTuningSet(cmuOsc_LFRCO, val); in sli_clock_manager_hal_set_rc_oscillator_calibration() 665 *val = CMU_OscillatorTuningGet(cmuOsc_LFRCO); in sli_clock_manager_hal_get_rc_oscillator_calibration()
|