Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dsli_em_cmu.h1290 sli_em_cmu_HFClockSelectLFOsc((uint8_t)cmuOsc_LFXO); \
1344 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1374 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1412 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1436 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1472 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1517 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1557 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1602 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1639 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
[all …]
Dem_cmu_fpga.h278 cmuOsc_LFXO, /**< Low frequency crystal oscillator. */ enumerator
Dem_cmu.h639 cmuOsc_LFXO, /**< Low frequency crystal oscillator. */ in SL_ENUM()
2978 cmuOsc_LFXO, /**< Low-frequency crystal oscillator. */
/hal_silabs-latest/gecko/emlib/inc/
Dsli_em_cmu.h1287 sli_em_cmu_HFClockSelectLFOsc((uint8_t)cmuOsc_LFXO); \
1341 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1371 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1409 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1433 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1469 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1514 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1554 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1599 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
1636 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); \
[all …]
Dem_cmu_fpga.h278 cmuOsc_LFXO, /**< Low frequency crystal oscillator. */ enumerator
Dem_cmu.h639 cmuOsc_LFXO, /**< Low frequency crystal oscillator. */ in SL_ENUM()
2977 cmuOsc_LFXO, /**< Low-frequency crystal oscillator. */
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu.c3757 case cmuOsc_LFXO: in CMU_OscillatorTuningGet()
3861 case cmuOsc_LFXO: in CMU_OscillatorTuningSet()
6964 case cmuOsc_LFXO: in CMU_Calibrate()
7059 case cmuOsc_LFXO: in CMU_CalibrateConfig()
7101 case cmuOsc_LFXO: in CMU_CalibrateConfig()
9064 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
9066 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); in sli_em_cmu_HFClockSelectLFOsc()
9081 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
9092 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
9491 osc = cmuOsc_LFXO; in CMU_ClockSelectSet()
[all …]
/hal_silabs-latest/gecko/emlib/src/
Dem_cmu.c3706 case cmuOsc_LFXO: in CMU_OscillatorTuningGet()
3810 case cmuOsc_LFXO: in CMU_OscillatorTuningSet()
6911 case cmuOsc_LFXO: in CMU_Calibrate()
7006 case cmuOsc_LFXO: in CMU_CalibrateConfig()
7048 case cmuOsc_LFXO: in CMU_CalibrateConfig()
9011 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
9013 CMU_OscillatorEnable(cmuOsc_LFXO, true, true); in sli_em_cmu_HFClockSelectLFOsc()
9028 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
9039 if (osc == (uint8_t)cmuOsc_LFXO) { in sli_em_cmu_HFClockSelectLFOsc()
9438 osc = cmuOsc_LFXO; in CMU_ClockSelectSet()
[all …]
/hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/src/
Dsl_clock_manager_hal_s2.c762 CMU_OscillatorTuningSet(cmuOsc_LFXO, val); in sli_clock_manager_hal_set_lfxo_calibration()
774 *val = CMU_OscillatorTuningGet(cmuOsc_LFXO); in sli_clock_manager_hal_get_lfxo_calibration()