Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c436 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_CTTO); in nrfx_clock_calibration_timer_start()
555 if (nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_CTTO)) in nrfx_clock_irq_handler()
557 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_CTTO); in nrfx_clock_irq_handler()
/lk-master/external/platform/nrfx/hal/
A Dnrf_clock.h275NRF_CLOCK_EVENT_CTTO = offsetof(NRF_CLOCK_Type, EVENTS_CTTO), /**< Calib… enumerator

Completed in 5 milliseconds