Lines Matching +full:stm32f1 +full:- +full:pinctrl
4 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/dt-bindings/pinctrl/stm32-pinctrl-common.h>
11 #include <zephyr/dt-bindings/pinctrl/stm32f1-afio.h>
13 /* Adapted from Linux: include/dt-bindings/pinctrl/stm32-pinfunc.h */
17 * This is adapted from Linux equivalent st,stm32f429-pinctrl binding
34 * - mode [ 0 : 1 ]
35 * - line [ 2 : 5 ]
36 * - port [ 6 : 9 ]
37 * - remap [ 10 : 19 ]
45 (((((port) - 'A') & STM32_PORT_MASK) << STM32_PORT_SHIFT) | \
72 * Applicable to STM32F1 series
105 /* GPIO High impedance/Pull-up/Pull-down */