Searched refs:GPIO_MAX_PINS_PER_PORT (Results 1 – 2 of 2) sorted by relevance
12 #define TEST_GPIO_PORT_VALUE_MAX ((1LLU << GPIO_MAX_PINS_PER_PORT) - 1)
468 #define GPIO_MAX_PINS_PER_PORT (sizeof(gpio_port_pins_t) * __CHAR_BIT__) macro