Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c656 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_CTTO); in nrfx_clock_calibration_timer_start()
665 while (!nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_CTTO)) in nrfx_clock_calibration_timer_start()
667 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_CTTO); in nrfx_clock_calibration_timer_start()
809 if (nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_CTTO) && in nrfx_clock_irq_handler()
812 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_CTTO); in nrfx_clock_irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h521NRF_CLOCK_EVENT_CTTO = offsetof(NRF_CLOCK_Type, EVENTS_CTTO), /**< Calib… enumerator