Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/interrupt_controller/
Dintc_gpio_stm32wb0.c31 #define NUM_PINS_PER_GPIO_PORT (16) macro
40 BUILD_ASSERT(_NUM_GPIOS_ON_PORT_X(STM32_PORTA) == NUM_PINS_PER_GPIO_PORT);
41 BUILD_ASSERT(_NUM_GPIOS_ON_PORT_X(STM32_PORTB) == NUM_PINS_PER_GPIO_PORT);
42 BUILD_ASSERT(GPIO_PORT_TABLE_INDEX(STM32_PORTB) == NUM_PINS_PER_GPIO_PORT);
67 NUM_GPIO_PORTS * NUM_PINS_PER_GPIO_PORT];
120 for (uint32_t i = 0; i < NUM_PINS_PER_GPIO_PORT; i++, line <<= 1) { in stm32wb0_gpio_isr()