Searched refs:nrf_clock_int_disable (Results 1 – 2 of 2) sorted by relevance
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_clock.c | 232 nrf_clock_int_disable(NRF_CLOCK, CLOCK_INTENSET_HFCLKSTARTED_Msk | in nrfx_clock_disable() 325 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_LF_STARTED_MASK); in nrfx_clock_stop() 330 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_HF_STARTED_MASK); in nrfx_clock_stop() 336 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_HF192M_STARTED_MASK); in nrfx_clock_stop() 445 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_CTTO_MASK); in nrfx_clock_calibration_timer_stop() 518 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_HF_STARTED_MASK); in nrfx_clock_irq_handler() 548 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_LF_STARTED_MASK); in nrfx_clock_irq_handler() 559 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_CTTO_MASK); in nrfx_clock_irq_handler() 572 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_DONE_MASK); in nrfx_clock_irq_handler() 583 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_HFAUDIO_STARTED_MASK); in nrfx_clock_irq_handler() [all …]
|
/lk-master/external/platform/nrfx/hal/ |
A D | nrf_clock.h | 303 NRF_STATIC_INLINE void nrf_clock_int_disable(NRF_CLOCK_Type * p_reg, uint32_t mask); 716 NRF_STATIC_INLINE void nrf_clock_int_disable(NRF_CLOCK_Type * p_reg, uint32_t mask) in nrf_clock_int_disable() function
|
Completed in 5 milliseconds