Home
last modified time | relevance | path

Searched refs:nrf_egu_int_disable (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_egu.c145 nrf_egu_int_disable(p_instance->p_reg, mask); in nrfx_egu_int_disable()
160 nrf_egu_int_disable(p_instance->p_reg, ~0UL); in nrfx_egu_uninit()
/hal_nordic-latest/nrfx/hal/
Dnrf_egu.h239 NRF_STATIC_INLINE void nrf_egu_int_disable(NRF_EGU_Type * p_reg, uint32_t mask);
358 NRF_STATIC_INLINE void nrf_egu_int_disable(NRF_EGU_Type * p_reg, uint32_t mask) in nrf_egu_int_disable() function
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx.c1061 nrf_egu_int_disable(NRF_802154_EGU_INSTANCE, EGU_SYNC_INTMASK); in nrf_802154_trx_disable()
1848 nrf_egu_int_disable(NRF_802154_EGU_INSTANCE, EGU_SYNC_INTMASK); in rxframe_finish_disable_ints()