Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_gpiote.h589 nrf_gpiote_latency_t latency);
598 NRFX_STATIC_INLINE nrf_gpiote_latency_t nrfx_gpiote_latency_get(nrfx_gpiote_t const * p_instance);
605 nrf_gpiote_latency_t latency) in nrfx_gpiote_latency_set()
610 NRFX_STATIC_INLINE nrf_gpiote_latency_t nrfx_gpiote_latency_get(nrfx_gpiote_t const * p_instance) in nrfx_gpiote_latency_get()
716 NRFX_STATIC_INLINE void nrfx_gpiote_latency_set(nrf_gpiote_latency_t latency);
718 NRFX_STATIC_INLINE nrf_gpiote_latency_t nrfx_gpiote_latency_get(void);
723 NRFX_STATIC_INLINE void nrfx_gpiote_latency_set(nrf_gpiote_latency_t latency) in nrfx_gpiote_latency_set()
728 NRFX_STATIC_INLINE nrf_gpiote_latency_t nrfx_gpiote_latency_get(void) in nrfx_gpiote_latency_get()
/hal_nordic-latest/nrfx/hal/
Dnrf_gpiote.h200 } nrf_gpiote_latency_t; typedef
613 nrf_gpiote_latency_t latency);
622 NRF_STATIC_INLINE nrf_gpiote_latency_t nrf_gpiote_latency_get(NRF_GPIOTE_Type const * p_reg);
944 nrf_gpiote_latency_t latency) in nrf_gpiote_latency_set()
949 NRF_STATIC_INLINE nrf_gpiote_latency_t nrf_gpiote_latency_get(NRF_GPIOTE_Type const * p_reg) in nrf_gpiote_latency_get()
951 return (nrf_gpiote_latency_t)((p_reg->LATENCY & GPIOTE_LATENCY_LATENCY_Msk) >> in nrf_gpiote_latency_get()
/hal_nordic-latest/nrfx/haly/
Dnrfy_gpiote.h355 nrf_gpiote_latency_t latency) in nrfy_gpiote_latency_set()
362 NRFY_STATIC_INLINE nrf_gpiote_latency_t nrfy_gpiote_latency_get(NRF_GPIOTE_Type const * p_reg) in nrfy_gpiote_latency_get()
365 nrf_gpiote_latency_t latency = nrf_gpiote_latency_get(p_reg); in nrfy_gpiote_latency_get()