Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_gpiote.h560 NRF_STATIC_INLINE bool nrf_gpiote_te_is_enabled(NRF_GPIOTE_Type const * p_reg, uint32_t idx);
909 NRF_STATIC_INLINE bool nrf_gpiote_te_is_enabled(NRF_GPIOTE_Type const * p_reg, uint32_t idx) in nrf_gpiote_te_is_enabled() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_gpiote.h319 bool enabled = nrf_gpiote_te_is_enabled(p_reg, idx); in nrfy_gpiote_te_is_enabled()