Searched refs:nrf_clock_int_disable (Results 1 – 2 of 2) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_clock.c | 237 nrf_clock_int_disable(NRF_CLOCK, int_mask); in clock_stop() 359 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_HF_STARTED_MASK | in nrfx_clock_disable() 632 nrf_clock_int_disable(NRF_CLOCK, int_mask); in nrfx_clock_xo_tune_abort() 673 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_CTTO_MASK); in nrfx_clock_calibration_timer_stop() 762 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_HF_STARTED_MASK); in nrfx_clock_irq_handler() 792 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_LF_STARTED_MASK); in nrfx_clock_irq_handler() 802 nrf_clock_int_disable(NRF_CLOCK, NRFX_CLOCK_INT_PLL_STARTED_MASK); in nrfx_clock_irq_handler() 814 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_CTTO_MASK); in nrfx_clock_irq_handler() 828 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_DONE_MASK); in nrfx_clock_irq_handler() 839 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_HFAUDIO_STARTED_MASK); in nrfx_clock_irq_handler() [all …]
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_clock.h | 556 NRF_STATIC_INLINE void nrf_clock_int_disable(NRF_CLOCK_Type * p_reg, uint32_t mask); 1046 NRF_STATIC_INLINE void nrf_clock_int_disable(NRF_CLOCK_Type * p_reg, uint32_t mask) in nrf_clock_int_disable() function
|