Home
last modified time | relevance | path

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

/Zephyr-latest/boards/nordic/nrf9160dk/
Dboard.c19 #define GET_PIN(name, prop, idx) \ macro
33 GET_PIN(reset_input, gpios, 0) == 18)
54 .pin = GET_PIN(_name, control_gpios, _idx), \
124 gpio_pin_t pin = GET_PIN(reset_input, gpios, 0); in reset_pin_configure()