Searched refs:m_out_pins (Results 1 – 5 of 5) sorted by relevance
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_blocking/ |
| D | main.c | 110 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()
|
| D | README.md | 31 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/ |
| D | main.c | 110 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()
|
| D | README.md | 32 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/ |
| D | README.md | 32 In the sample there are GPIOTE tasks configured to toggle the specified ( @p m_out_pins ) loopback …
|