Home
last modified time | relevance | path

Searched refs:nrf_gpiote_polarity_t (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_gpiote.h185 } nrf_gpiote_polarity_t; typedef
476 nrf_gpiote_polarity_t polarity);
496 NRF_STATIC_INLINE nrf_gpiote_polarity_t nrf_gpiote_event_polarity_get(NRF_GPIOTE_Type const * p_reg,
529 nrf_gpiote_polarity_t polarity,
836 nrf_gpiote_polarity_t polarity) in nrf_gpiote_event_configure()
848 NRF_STATIC_INLINE nrf_gpiote_polarity_t nrf_gpiote_event_polarity_get(NRF_GPIOTE_Type const * p_reg, in nrf_gpiote_event_polarity_get()
851 return (nrf_gpiote_polarity_t)((p_reg->CONFIG[idx] & GPIOTE_CONFIG_POLARITY_Msk) >> in nrf_gpiote_event_polarity_get()
881 nrf_gpiote_polarity_t polarity, in nrf_gpiote_task_configure()
/hal_nordic-latest/nrfx/haly/
Dnrfy_gpiote.h248 nrf_gpiote_polarity_t polarity) in nrfy_gpiote_event_configure()
265 nrf_gpiote_polarity_t nrfy_gpiote_event_polarity_get(NRF_GPIOTE_Type const * p_reg, in nrfy_gpiote_event_polarity_get()
269 nrf_gpiote_polarity_t polarity = nrf_gpiote_event_polarity_get(p_reg, idx); in nrfy_gpiote_event_polarity_get()
292 nrf_gpiote_polarity_t polarity, in nrfy_gpiote_task_configure()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c383 static nrfx_gpiote_trigger_t gpiote_polarity_to_trigger(nrf_gpiote_polarity_t polarity) in gpiote_polarity_to_trigger()
389 static nrf_gpiote_polarity_t gpiote_trigger_to_polarity(nrfx_gpiote_trigger_t trigger) in gpiote_trigger_to_polarity()
391 return (nrf_gpiote_polarity_t)trigger; in gpiote_trigger_to_polarity()
676 nrf_gpiote_polarity_t polarity = gpiote_trigger_to_polarity(trigger); in gpiote_input_configure()
1653 nrf_gpiote_polarity_t polarity = nrfy_gpiote_event_polarity_get(p_gpiote, ch); in gpiote_evt_handle()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_gpiote.h112 nrf_gpiote_polarity_t polarity; ///< Task polarity configuration.