Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c301 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_HFCLK192MSTARTED); in nrfx_clock_start()
337 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_HFCLK192MSTARTED); in nrfx_clock_stop()
590 if (nrf_clock_event_check(NRF_CLOCK, NRF_CLOCK_EVENT_HFCLK192MSTARTED)) in nrfx_clock_irq_handler()
592 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_HFCLK192MSTARTED); in nrfx_clock_irq_handler()
/lk-master/external/platform/nrfx/hal/
A Dnrf_clock.h285NRF_CLOCK_EVENT_HFCLK192MSTARTED = offsetof(NRF_CLOCK_Type, EVENTS_HFCLK192MSTARTED), /**< HFCLK… enumerator

Completed in 5 milliseconds