Searched refs:nrf_clock_event_check (Results 1 – 2 of 2) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_clock.c | 428 while (!nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED)) in nrfx_clock_start() 492 while (!nrf_clock_event_check(NRF_CLOCK, event)) in nrfx_clock_start() 546 while (!nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_DONE)) in nrfx_clock_calibration_start() 601 evt_xotuned = nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_XOTUNED); in nrfx_clock_xo_tune_start() 602 evt_xotunefailed = nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_XOTUNEFAILED); in nrfx_clock_xo_tune_start() 642 bool quality_issue = nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_XOTUNEERROR); in nrfx_clock_xo_tune_error_check() 665 while (!nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_CTTO)) in nrfx_clock_calibration_timer_start() 758 if (nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_HFCLKSTARTED)) in nrfx_clock_irq_handler() 774 if (nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED)) in nrfx_clock_irq_handler() 798 if (nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_PLLSTARTED)) in nrfx_clock_irq_handler() [all …]
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_clock.h | 633 NRF_STATIC_INLINE bool nrf_clock_event_check(NRF_CLOCK_Type const * p_reg, nrf_clock_event_t event); 1086 NRF_STATIC_INLINE bool nrf_clock_event_check(NRF_CLOCK_Type const * p_reg, nrf_clock_event_t event) in nrf_clock_event_check() function
|