Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrfx_gpiote.h494 NRFX_STATIC_INLINE void nrfx_gpiote_latency_set(nrf_gpiote_latency_t latency);
507 NRFX_STATIC_INLINE void nrfx_gpiote_latency_set(nrf_gpiote_latency_t latency) in nrfx_gpiote_latency_set() argument
509 nrfy_gpiote_latency_set(NRF_GPIOTE, latency); in nrfx_gpiote_latency_set()
/hal_nordic-3.4.0/nrfx/haly/
Dnrfy_gpiote.h344 nrf_gpiote_latency_t latency) in nrfy_gpiote_latency_set() argument
346 nrf_gpiote_latency_set(p_reg, latency); in nrfy_gpiote_latency_set()
354 nrf_gpiote_latency_t latency = nrf_gpiote_latency_get(p_reg); in nrfy_gpiote_latency_get() local
356 return latency; in nrfy_gpiote_latency_get()
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_gpiote.h481 nrf_gpiote_latency_t latency);
688 nrf_gpiote_latency_t latency) in nrf_gpiote_latency_set() argument
690 p_reg->LATENCY = (latency << GPIOTE_LATENCY_LATENCY_Pos) & GPIOTE_LATENCY_LATENCY_Msk; in nrf_gpiote_latency_set()