Home
last modified time | relevance | path

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

/Zephyr-latest/boards/nordic/nrf9160dk/
Dboard.c25 #define GET_DEV(name, prop, idx) DEVICE_DT_GET(GET_CTLR(name, prop, idx)) macro
53 .gpio = GET_DEV(_name, control_gpios, _idx), \
123 const struct device *gpio = GET_DEV(reset_input, gpios, 0); in reset_pin_configure()