Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/samples/boards/nrf/nrfx/src/
Dmain.c21 #define INPUT_PIN DT_GPIO_PIN(DT_ALIAS(sw0), gpios) macro
78 err = nrfx_gpiote_input_configure(INPUT_PIN, in main()
108 nrfx_gpiote_trigger_enable(INPUT_PIN, true); in main()
125 nrfx_gpiote_in_event_address_get(INPUT_PIN), in main()