Home
last modified time | relevance | path

Searched refs:nrfy_gpiote_int_disable (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/haly/
Dnrfy_gpiote.h178 NRFY_STATIC_INLINE void nrfy_gpiote_int_disable(NRF_GPIOTE_Type * p_reg, uint32_t mask) in nrfy_gpiote_int_disable() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c474 nrfy_gpiote_int_disable(p_instance->p_reg, NRFX_BIT(ch)); in pin_trigger_disable()