Home
last modified time | relevance | path

Searched refs:GPIO_MAX_PINS_PER_PORT (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_shell.c56 for (pin = 0; pin < GPIO_MAX_PINS_PER_PORT; pin++) { in port_pin_get()
66 if (pin < GPIO_MAX_PINS_PER_PORT) { in port_pin_get()
99 (GPIO_MAX_PINS_PER_PORT))
Dgpio_emul.c874 DT_INST_PROP(_num, ngpios) <= GPIO_MAX_PINS_PER_PORT, \
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_port.c12 #define TEST_GPIO_PORT_VALUE_MAX ((1LLU << GPIO_MAX_PINS_PER_PORT) - 1)
/Zephyr-latest/include/zephyr/drivers/
Dgpio.h684 #define GPIO_MAX_PINS_PER_PORT (sizeof(gpio_port_pins_t) * __CHAR_BIT__) macro