Home
last modified time | relevance | path

Searched refs:nrf_egu_int_enable (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_egu.h219 NRF_STATIC_INLINE void nrf_egu_int_enable(NRF_EGU_Type * p_reg, uint32_t mask);
346 NRF_STATIC_INLINE void nrf_egu_int_enable(NRF_EGU_Type * p_reg, uint32_t mask) in nrf_egu_int_enable() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_egu.c138 nrf_egu_int_enable(p_instance->p_reg, mask); in nrfx_egu_int_enable()
Dnrfx_pwm.c343 nrf_egu_int_enable(DMA_ISSUE_EGU, nrf_egu_channel_int_get(p_instance->instance_id)); in start_playback()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification_swi.c581 nrf_egu_int_enable(NRF_802154_EGU_INSTANCE, NTF_INT); in nrf_802154_notification_init()
Dnrf_802154_request_swi.c680 nrf_egu_int_enable(NRF_802154_EGU_INSTANCE, REQ_INT); in nrf_802154_request_init()
Dnrf_802154_trx.c1407 nrf_egu_int_enable(NRF_802154_EGU_INSTANCE, EGU_SYNC_INTMASK); in nrf_802154_trx_receive_frame()