Searched refs:waitFlags (Results 1 – 2 of 2) sorted by relevance
11617 uint32_t waitFlags; in CMU_OscillatorTuningWait() local11624 waitFlags = HFXO_TUNING_READY_FLAGS; in CMU_OscillatorTuningWait()11630 waitFlags = CMU_STATUS_HFXOSHUNTOPTRDY; in CMU_OscillatorTuningWait()11634 waitFlags = HFXO_TUNING_READY_FLAGS; in CMU_OscillatorTuningWait()11639 waitFlags = HFXO_TUNING_READY_FLAGS; in CMU_OscillatorTuningWait()11644 waitFlags = _CMU_STATUS_MASK; in CMU_OscillatorTuningWait()11649 while ((CMU->STATUS & waitFlags) != waitFlags) { in CMU_OscillatorTuningWait()11654 if ((waitFlags & CMU_STATUS_HFXOPEAKDETRDY) != 0UL) { in CMU_OscillatorTuningWait()
11564 uint32_t waitFlags; in CMU_OscillatorTuningWait() local11571 waitFlags = HFXO_TUNING_READY_FLAGS; in CMU_OscillatorTuningWait()11577 waitFlags = CMU_STATUS_HFXOSHUNTOPTRDY; in CMU_OscillatorTuningWait()11581 waitFlags = HFXO_TUNING_READY_FLAGS; in CMU_OscillatorTuningWait()11586 waitFlags = HFXO_TUNING_READY_FLAGS; in CMU_OscillatorTuningWait()11591 waitFlags = _CMU_STATUS_MASK; in CMU_OscillatorTuningWait()11596 while ((CMU->STATUS & waitFlags) != waitFlags) { in CMU_OscillatorTuningWait()11601 if ((waitFlags & CMU_STATUS_HFXOPEAKDETRDY) != 0UL) { in CMU_OscillatorTuningWait()