Home
last modified time | relevance | path

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

1234

/Zephyr-latest/tests/drivers/gpio/gpio_reserved_ranges/src/
Dmain.c133 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_INST(0), 0x21524110, ""); in ZTEST()
134 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_INST(1), 0x80004100, ""); in ZTEST()
135 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_INST(2), 0x0003fbe7, ""); in ZTEST()
136 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_INST(3), 0x0000000f, ""); in ZTEST()
137 zassert_equal(GPIO_PORT_PIN_MASK_FROM_DT_INST(4), 0x00000000, ""); in ZTEST()
138 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_ads114s0x.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), \
Dgpio_brcmstb.c132 .common = {.port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(0)}, \
Dwch_gpio_ch32v00x.c131 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(idx), \
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_bd8lb600fs.c190 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(inst), \
Dgpio_davinci.c184 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_mcp23sxx.c126 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(inst), \
Dgpio_neorv32.c216 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n) \
Dgpio_npm6001.c220 GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_sn74hc595.c190 GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_ad559x.c224 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), \
Dgpio_tle9104.c232 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(inst), \
Dgpio_cc13xx_cc26xx.c44 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(0),
Dgpio_ifx_cat1.c251 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_iproc.c213 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_sc18im704.c275 .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