Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_debug_gpio.c72 nrf_gpiote_task_enable(GPIOTE_DBG_RADIO_EVT_END); in radio_event_gpio_toggle_init()
73 nrf_gpiote_task_enable(GPIOTE_DBG_RADIO_EVT_DISABLED); in radio_event_gpio_toggle_init()
74 nrf_gpiote_task_enable(GPIOTE_DBG_RADIO_EVT_READY); in radio_event_gpio_toggle_init()
/hal_nordic-latest/nrfx/hal/
Dnrf_gpiote.h505 NRF_STATIC_INLINE void nrf_gpiote_task_enable(NRF_GPIOTE_Type * p_reg, uint32_t idx);
855 NRF_STATIC_INLINE void nrf_gpiote_task_enable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrf_gpiote_task_enable() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_gpiote.h277 nrf_gpiote_task_enable(p_reg, idx); in nrfy_gpiote_task_enable()