Home
last modified time | relevance | path

Searched refs:polarity (Results 1 – 10 of 10) sorted by relevance

/hal_nordic-latest/nrfx/haly/
Dnrfy_gpiote.h248 nrf_gpiote_polarity_t polarity) in nrfy_gpiote_event_configure() argument
250 nrf_gpiote_event_configure(p_reg, idx, pin, polarity); in nrfy_gpiote_event_configure()
269 nrf_gpiote_polarity_t polarity = nrf_gpiote_event_polarity_get(p_reg, idx); in nrfy_gpiote_event_polarity_get() local
271 return polarity; in nrfy_gpiote_event_polarity_get()
292 nrf_gpiote_polarity_t polarity, in nrfy_gpiote_task_configure() argument
295 nrf_gpiote_task_configure(p_reg, idx, pin, polarity, init_val); in nrfy_gpiote_task_configure()
Dnrfy_spim.h618 nrf_spim_csn_pol_t polarity, in nrfy_spim_csn_configure() argument
621 nrf_spim_csn_configure(p_reg, pin, polarity, duration); in nrfy_spim_csn_configure()
/hal_nordic-latest/nrfx/hal/
Dnrf_gpiote.h476 nrf_gpiote_polarity_t polarity);
529 nrf_gpiote_polarity_t polarity,
836 nrf_gpiote_polarity_t polarity) in nrf_gpiote_event_configure() argument
840 ((polarity << GPIOTE_CONFIG_POLARITY_Pos) & GPIOTE_CONFIG_POLARITY_Msk); in nrf_gpiote_event_configure()
881 nrf_gpiote_polarity_t polarity, in nrf_gpiote_task_configure() argument
889 ((polarity << GPIOTE_CONFIG_POLARITY_Pos) & GPIOTE_CONFIG_POLARITY_Msk) | in nrf_gpiote_task_configure()
Dnrf_spim.h799 nrf_spim_csn_pol_t polarity,
1342 nrf_spim_csn_pol_t polarity, in nrf_spim_csn_configure() argument
1350 p_reg->CSNPOL = polarity; in nrf_spim_csn_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() argument
385 return (nrfx_gpiote_trigger_t)polarity; in gpiote_polarity_to_trigger()
676 nrf_gpiote_polarity_t polarity = gpiote_trigger_to_polarity(trigger); in gpiote_input_configure() local
679 nrfy_gpiote_event_configure(p_instance->p_reg, ch, pin, polarity); in gpiote_input_configure()
757 if (p_task_config->polarity != NRF_GPIOTE_POLARITY_NONE) in gpiote_output_configure()
760 p_task_config->polarity, in gpiote_output_configure()
1653 nrf_gpiote_polarity_t polarity = nrfy_gpiote_event_polarity_get(p_gpiote, ch); in gpiote_evt_handle() local
1655 call_handler(p_cb, pin, gpiote_polarity_to_trigger(polarity)); in gpiote_evt_handle()
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/common/
Dsaadc_examples_common.c57 .polarity = NRF_GPIOTE_POLARITY_TOGGLE, in gpiote_pin_toggle_task_setup()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c134 .polarity = NRF_GPIOTE_POLARITY_TOGGLE, in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c143 .polarity = NRF_GPIOTE_POLARITY_TOGGLE, in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_gpiote.h112 nrf_gpiote_polarity_t polarity; ///< Task polarity configuration. member
/hal_nordic-latest/nrfx/
DCHANGELOG.md251 - Refactored the method of configuring pins that should use inverted polarity in the PWM driver. No…