Home
last modified time | relevance | path

Searched refs:m_out_pins (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_blocking/
Dmain.c110 static uint8_t m_out_pins[CHANNEL_COUNT] = {LOOPBACK_PIN_1B, LOOPBACK_PIN_2B, LOOPBACK_PIN_3B}; variable
153 gpiote_pin_toggle_task_setup(&gpiote_inst, m_out_pins[i]); in main()
184 nrfx_gpiote_out_task_trigger(&gpiote_inst, m_out_pins[0]); in main()
231 nrfx_gpiote_out_task_trigger(&gpiote_inst, m_out_pins[i]); in main()
DREADME.md31 In the sample there are GPIOTE tasks configured to toggle the specified ( @p m_out_pins ) loopback …
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
Dmain.c110 static uint8_t m_out_pins[CHANNEL_COUNT] = {LOOPBACK_PIN_1B, LOOPBACK_PIN_2B, LOOPBACK_PIN_3B}; variable
195 gpiote_pin_toggle_task_setup(&gpiote_inst, m_out_pins[i]); in main()
227 nrfx_gpiote_out_task_trigger(&gpiote_inst, m_out_pins[0]); in main()
266 nrfx_gpiote_out_task_trigger(&gpiote_inst, m_out_pins[i]); in main()
DREADME.md32 In the sample there are GPIOTE tasks configured to toggle specified ( @p m_out_pins ) loopback pins.
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_blocking/
DREADME.md32 In the sample there are GPIOTE tasks configured to toggle the specified ( @p m_out_pins ) loopback …