Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/gpio/gpio_reserved_ranges/src/
Dmain.c121 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_NODE(TEST_GPIO_1), in ZTEST()
123 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_NODE(TEST_GPIO_2), in ZTEST()
125 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_NODE(TEST_GPIO_3), in ZTEST()
127 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_NODE(TEST_GPIO_4), in ZTEST()
129 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_NODE(TEST_GPIO_5), in ZTEST()
131 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_NODE(TEST_GPIO_6), in ZTEST()
/Zephyr-latest/include/zephyr/drivers/gpio/
Dgpio_utils.h36 #define GPIO_PORT_PIN_MASK_FROM_DT_NODE(node_id) \ macro
48 GPIO_PORT_PIN_MASK_FROM_DT_NODE(DT_DRV_INST(inst))
/Zephyr-latest/drivers/gpio/
Dgpio_mchp_xec.c349 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
395 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
441 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
487 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
533 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
579 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
Dgpio_silabs_siwx91x.c354 .common.port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(n), \
Dgpio_lpc11u6x.c572 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE( \