Home
last modified time | relevance | path

Searched refs:cmuOsc_HFXO (Results 1 – 9 of 9) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dsli_em_cmu.h1727 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1755 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1777 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1807 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1837 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1846 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1883 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
Dem_cmu_fpga.h286 cmuOsc_HFXO, /**< High frequency crystal oscillator. */ enumerator
Dem_cmu.h642 cmuOsc_HFXO, /**< High frequency crystal oscillator. */ in SL_ENUM()
2980 cmuOsc_HFXO, /**< High-frequency crystal oscillator. */
/hal_silabs-latest/gecko/emlib/inc/
Dsli_em_cmu.h1724 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1752 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1774 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1804 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1834 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1843 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
1880 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); \
Dem_cmu_fpga.h286 cmuOsc_HFXO, /**< High frequency crystal oscillator. */ enumerator
Dem_cmu.h642 cmuOsc_HFXO, /**< High frequency crystal oscillator. */ in SL_ENUM()
2979 cmuOsc_HFXO, /**< High-frequency crystal oscillator. */
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu.c3750 case cmuOsc_HFXO: in CMU_OscillatorTuningGet()
3833 case cmuOsc_HFXO: in CMU_OscillatorTuningSet()
6978 case cmuOsc_HFXO: in CMU_Calibrate()
7073 case cmuOsc_HFXO: in CMU_CalibrateConfig()
7115 case cmuOsc_HFXO: in CMU_CalibrateConfig()
9142 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); in sli_em_cmu_HFClockSelectHFXO()
9509 osc = cmuOsc_HFXO; in CMU_ClockSelectSet()
9921 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); in CMU_ClockSelectSet()
9956 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); in CMU_ClockSelectSet()
9987 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); in CMU_ClockSelectSet()
[all …]
/hal_silabs-latest/gecko/emlib/src/
Dem_cmu.c3699 case cmuOsc_HFXO: in CMU_OscillatorTuningGet()
3782 case cmuOsc_HFXO: in CMU_OscillatorTuningSet()
6925 case cmuOsc_HFXO: in CMU_Calibrate()
7020 case cmuOsc_HFXO: in CMU_CalibrateConfig()
7062 case cmuOsc_HFXO: in CMU_CalibrateConfig()
9089 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); in sli_em_cmu_HFClockSelectHFXO()
9456 osc = cmuOsc_HFXO; in CMU_ClockSelectSet()
9868 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); in CMU_ClockSelectSet()
9903 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); in CMU_ClockSelectSet()
9934 CMU_OscillatorEnable(cmuOsc_HFXO, true, true); in CMU_ClockSelectSet()
[all …]
/hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/src/
Dsl_clock_manager_hal_s2.c685 CMU_OscillatorTuningSet(cmuOsc_HFXO, val); in sli_clock_manager_hal_set_hfxo_calibration()
697 *val = CMU_OscillatorTuningGet(cmuOsc_HFXO); in sli_clock_manager_hal_get_hfxo_calibration()