Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c287 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED); in nrfx_clock_start()
295 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_HFCLKSTARTED); in nrfx_clock_start()
326 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED); in nrfx_clock_stop()
331 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_HFCLKSTARTED); in nrfx_clock_stop()
401 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_DONE); in nrfx_clock_calibration_start()
436 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_CTTO); in nrfx_clock_calibration_timer_start()
516 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_HFCLKSTARTED); in nrfx_clock_irq_handler()
532 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED); in nrfx_clock_irq_handler()
557 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_CTTO); in nrfx_clock_irq_handler()
570 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_DONE); in nrfx_clock_irq_handler()
[all …]
/lk-master/external/platform/nrfx/hal/
A Dnrf_clock.h353 NRF_STATIC_INLINE void nrf_clock_event_clear(NRF_CLOCK_Type * p_reg, nrf_clock_event_t event);
743 NRF_STATIC_INLINE void nrf_clock_event_clear(NRF_CLOCK_Type * p_reg, nrf_clock_event_t event) in nrf_clock_event_clear() function

Completed in 5 milliseconds