Searched refs:NRF_CLOCK_EVENT_DONE (Results 1 – 2 of 2) sorted by relevance
533 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_DONE); in nrfx_clock_calibration_start()546 while (!nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_DONE)) in nrfx_clock_calibration_start()548 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_DONE); in nrfx_clock_calibration_start()820 if (nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_DONE) && in nrfx_clock_irq_handler()826 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_DONE); in nrfx_clock_irq_handler()
518 …NRF_CLOCK_EVENT_DONE = offsetof(NRF_CLOCK_Type, EVENTS_DONE), /**< Calib… enumerator