Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c205 event = NRF_CLOCK_EVENT_LFCLKSTARTED; in clock_stop()
428 while (!nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED)) in nrfx_clock_start()
430 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED); in nrfx_clock_start()
444 event = NRF_CLOCK_EVENT_LFCLKSTARTED; in nrfx_clock_start()
480 if (event == NRF_CLOCK_EVENT_LFCLKSTARTED) in nrfx_clock_start()
774 if (nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED)) in nrfx_clock_irq_handler()
776 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED); in nrfx_clock_irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h513NRF_CLOCK_EVENT_LFCLKSTARTED = offsetof(NRF_CLOCK_Type, EVENTS_LFCLKSTARTED), /**< LFCLK… enumerator