Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c239 nrf_clock_event_clear(NRF_CLOCK, event); in clock_stop()
430 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_LFCLKSTARTED); in nrfx_clock_start()
478 nrf_clock_event_clear(NRF_CLOCK, event); in nrfx_clock_start()
494 nrf_clock_event_clear(NRF_CLOCK, event); in nrfx_clock_start()
533 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_DONE); in nrfx_clock_calibration_start()
548 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_DONE); in nrfx_clock_calibration_start()
582 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_XOTUNED); in nrfx_clock_xo_tune_start()
583 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_XOTUNEFAILED); in nrfx_clock_xo_tune_start()
606 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_XOTUNED); in nrfx_clock_xo_tune_start()
607 nrf_clock_event_clear(NRF_CLOCK, NRF_CLOCK_EVENT_XOTUNEFAILED); in nrfx_clock_xo_tune_start()
[all …]
/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h622 NRF_STATIC_INLINE void nrf_clock_event_clear(NRF_CLOCK_Type * p_reg, nrf_clock_event_t event);
1080 NRF_STATIC_INLINE void nrf_clock_event_clear(NRF_CLOCK_Type * p_reg, nrf_clock_event_t event) in nrf_clock_event_clear() function