Home
last modified time | relevance | path

Searched refs:port_pin_mask (Results 1 – 25 of 43) sorted by relevance

12

/Zephyr-Core-2.7.6/include/drivers/
Dgpio.h481 gpio_port_pins_t port_pin_mask; member
656 __ASSERT((cfg->port_pin_mask & (gpio_port_pins_t)BIT(pin)) != 0U, in z_impl_gpio_pin_interrupt_configure()
752 __ASSERT((cfg->port_pin_mask & (gpio_port_pins_t)BIT(pin)) != 0U, in z_impl_gpio_pin_configure()
1069 __ASSERT((cfg->port_pin_mask & (gpio_port_pins_t)BIT(pin)) != 0U, in gpio_pin_get_raw()
1107 __ASSERT((cfg->port_pin_mask & (gpio_port_pins_t)BIT(pin)) != 0U, in gpio_pin_get()
1156 __ASSERT((cfg->port_pin_mask & (gpio_port_pins_t)BIT(pin)) != 0U, in gpio_pin_set_raw()
1198 __ASSERT((cfg->port_pin_mask & (gpio_port_pins_t)BIT(pin)) != 0U, in gpio_pin_set()
1240 __ASSERT((cfg->port_pin_mask & (gpio_port_pins_t)BIT(pin)) != 0U, in gpio_pin_toggle()
/Zephyr-Core-2.7.6/drivers/gpio/
Dgpio_mchp_xec.c339 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
385 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
431 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
477 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
523 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
569 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_NODE(
Dgpio_sam0.c296 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(0),
318 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(1),
340 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(2),
362 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(3),
Dgpio_emul.c296 if (~config->common.port_pin_mask & mask) { in gpio_emul_input_set_masked_pend()
348 if (~config->common.port_pin_mask & mask) { in gpio_emul_output_get_masked()
371 if ((config->common.port_pin_mask & BIT(pin)) == 0) { in gpio_emul_flags_get()
404 if ((config->common.port_pin_mask & BIT(pin)) == 0) { in gpio_emul_pin_configure()
576 if ((BIT(pin) & config->common.port_pin_mask) == 0) { in gpio_emul_pin_interrupt_configure()
701 .port_pin_mask = \
Dgpio_xlnx_axi.c81 if (!(BIT(pin) & config->common.port_pin_mask)) { in gpio_xlnx_axi_pin_configure()
275 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_NGPIOS(\
303 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_NGPIOS(\
Dgpio_dw.c518 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(0),
579 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(1),
640 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(2),
701 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(3),
Dgpio_creg_gpio.c145 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(0),
Dgpio_lmp90xxx.c169 .port_pin_mask = \
Dgpio_cc13xx_cc26xx.c42 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(0),
Dgpio_mcux_igpio.c219 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n),\
Dgpio_psoc6.c261 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n),\
Dgpio_cc32xx.c272 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_cmsdk_ahb.c261 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_imx.c215 .port_pin_mask = \
Dgpio_sam4l.c258 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n),\
Dgpio_stellaris.c246 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n), \
Dgpio_mcux.c276 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n),\
Dgpio_npcx.c322 .port_pin_mask = \
Dgpio_gecko.c316 .port_pin_mask = (gpio_port_pins_t)(-1), \
Dgpio_pca95xx.c581 if (BIT(pin) > config->common.port_pin_mask) { in gpio_pca95xx_pin_interrupt_configure()
744 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(inst), \
Dgpio_sam.c316 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n),\
Dgpio_rv32m1.c302 .port_pin_mask = GPIO_PORT_PIN_MASK_FROM_DT_INST(n),\
Dgpio_cy8c95xx.c303 .port_pin_mask = 0xFF, \
Dgpio_stmpe1600.c309 .common = { .port_pin_mask = 0xffff }, \
/Zephyr-Core-2.7.6/include/drivers/gpio/
Dgpio_mmio32.h49 .port_pin_mask = _mask, \

12