Searched refs:GPIO_MAX_PINS_PER_PORT (Results 1 – 4 of 4) sorted by relevance
56 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))
874 DT_INST_PROP(_num, ngpios) <= GPIO_MAX_PINS_PER_PORT, \
12 #define TEST_GPIO_PORT_VALUE_MAX ((1LLU << GPIO_MAX_PINS_PER_PORT) - 1)
684 #define GPIO_MAX_PINS_PER_PORT (sizeof(gpio_port_pins_t) * __CHAR_BIT__) macro