Searched refs:DT_INST_GPIO_PIN (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | gpio.h | 332 #define DT_INST_GPIO_PIN(inst, gpio_pha) \ macro
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_esp32.c | 285 BUILD_ASSERT(DT_INST_GPIO_PIN(0, ref_clk_output_gpios) == 16 || in eth_esp32_initialize() 286 DT_INST_GPIO_PIN(0, ref_clk_output_gpios) == 17, in eth_esp32_initialize() 288 int ref_clk_gpio = DT_INST_GPIO_PIN(0, ref_clk_output_gpios); in eth_esp32_initialize()
|
/Zephyr-latest/subsys/modbus/ |
D | modbus_core.c | 21 .pin = DT_INST_GPIO_PIN(inst, prop), \
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 1191 zassert_equal(DT_INST_GPIO_PIN(0, gpios), 10, ""); in ZTEST()
|