Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_gpiote.h362 NRF_STATIC_INLINE uint32_t nrf_gpiote_int_enable_check(NRF_GPIOTE_Type const * p_reg,
666 NRF_STATIC_INLINE uint32_t nrf_gpiote_int_enable_check(NRF_GPIOTE_Type const * p_reg, uint32_t mask) in nrf_gpiote_int_enable_check() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_gpiote.h189 uint32_t enable = nrf_gpiote_int_enable_check(p_reg, mask); in nrfy_gpiote_int_enable_check()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c1662 uint32_t enabled_in_events = nrf_gpiote_int_enable_check(p_gpiote, NRF_GPIOTE_INT_IN_MASK); in irq_handler()