Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c287 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED); in nrfx_clock_start()
326 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED); in nrfx_clock_stop()
530 if (nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED)) in nrfx_clock_irq_handler()
532 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED); in nrfx_clock_irq_handler()
/external/platform/nrfx/hal/
A Dnrf_clock.h270NRF_CLOCK_EVENT_LFCLKSTARTED = offsetof(NRF_CLOCK_Type, EVENTS_LFCLKSTARTED), /**< LFCLK… enumerator

Completed in 5 milliseconds