Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dstm32-pinctrl-common.h15 #define STM32_PORTB 1 /* .. */ macro
/Zephyr-latest/drivers/interrupt_controller/
Dintc_gpio_stm32wb0.c41 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);
77 if (port == STM32_PORTB) { in portpin_to_ll_exti_line()