Home
last modified time | relevance | path

Searched refs:GPIO_PORT_PIN_MASK_FROM_DT_INST (Results 1 – 25 of 84) sorted by relevance

1234

/Zephyr-latest/tests/drivers/gpio/gpio_reserved_ranges/src/
Dmain.c135 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_INST(0), 0x21524110, ""); in ZTEST()
136 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_INST(1), 0x80004100, ""); in ZTEST()
137 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_INST(2), 0x0003fbe7, ""); in ZTEST()
138 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_INST(3), 0x0000000f, ""); in ZTEST()
139 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_INST(4), 0x00000000, ""); in ZTEST()
140 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_INST(5), 0xffffffff, ""); in ZTEST()
/Zephyr-latest/drivers/gpio/
Dgpio_sam0.c293 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(0),
315 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(1),
337 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(2),
359 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(3),
Dgpio_test.c78 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_ads1x4s0x.c135 .common = {.port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(id)}, \
Dgpio_lmp90xxx.c156 GPIO_PORT_PIN_MASK_FROM_DT_INST(id) \
Dgpio_mcp230xx.c88 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(inst), \
Dwch_gpio_ch32v00x.c136 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(idx), \
Dgpio_brcmstb.c132 .common = {.port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(0)}, \
Dgpio_npm2100.c172 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_creg_gpio.c162 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(0),
Dgpio_davinci.c185 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_sy1xx.c167 .pin_mask = (uint32_t)GPIO_PORT_PIN_MASK_FROM_DT_INST(n)}; \
Dgpio_silabs_siwx91x_uulp.c185 .common.port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(idx), \
Dgpio_bd8lb600fs.c190 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(inst), \
Dgpio_mcp23sxx.c126 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(inst), \
Dgpio_npm6001.c220 GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_sn74hc595.c190 GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_mmio32.c202 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_neorv32.c219 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n) \
Dgpio_ad559x.c224 GPIO_PORT_PIN_MASK_FROM_DT_INST(inst), \
Dgpio_cc23x0.c276 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(0)}};
Dgpio_tle9104.c232 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(inst), \
Dgpio_mchp_mss.c238 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_npm1300.c219 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
/Zephyr-latest/include/zephyr/drivers/gpio/
Dgpio_utils.h47 #define GPIO_PORT_PIN_MASK_FROM_DT_INST(inst) \ macro

1234