Home
last modified time | relevance | path

Searched refs:lfxo_lock_status (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu.c3791 bool lfxo_lock_status = false; in CMU_OscillatorTuningSet() local
3865 lfxo_lock_status = (LFXO->STATUS & _LFXO_STATUS_LOCK_MASK) >> _LFXO_STATUS_LOCK_SHIFT; in CMU_OscillatorTuningSet()
3867 if (lfxo_lock_status == _LFXO_STATUS_LOCK_LOCKED) { in CMU_OscillatorTuningSet()
3882 if (lfxo_lock_status == _LFXO_STATUS_LOCK_LOCKED) { in CMU_OscillatorTuningSet()
/hal_silabs-latest/gecko/emlib/src/
Dem_cmu.c3740 bool lfxo_lock_status = false; in CMU_OscillatorTuningSet() local
3814 lfxo_lock_status = (LFXO->STATUS & _LFXO_STATUS_LOCK_MASK) >> _LFXO_STATUS_LOCK_SHIFT; in CMU_OscillatorTuningSet()
3816 if (lfxo_lock_status == _LFXO_STATUS_LOCK_LOCKED) { in CMU_OscillatorTuningSet()
3831 if (lfxo_lock_status == _LFXO_STATUS_LOCK_LOCKED) { in CMU_OscillatorTuningSet()