Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/nrfx/src/
Dmain.c16 #define INPUT_PIN NRF_DT_GPIOS_TO_PSEL(DT_ALIAS(sw0), gpios) macro
86 err = nrfx_gpiote_input_configure(&gpiote, INPUT_PIN, &input_config); in main()
114 nrfx_gpiote_trigger_enable(&gpiote, INPUT_PIN, true); in main()
131 nrfx_gpiote_in_event_address_get(&gpiote, INPUT_PIN), in main()