Home
last modified time | relevance | path

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

/Zephyr-latest/soc/st/stm32/common/
Dstm32_wkup_pins.h37 #ifndef LL_PWR_GPIO_A
38 #define LL_PWR_GPIO_A 0 macro
Dstm32_wkup_pins.c179 LL_PWR_GPIO_A, LL_PWR_GPIO_B, LL_PWR_GPIO_C, LL_PWR_GPIO_D, LL_PWR_GPIO_E,
/Zephyr-latest/drivers/gpio/
Dgpio_stm32.c165 const uint32_t gpio = (GPIOx == GPIOA) ? LL_PWR_GPIO_A : LL_PWR_GPIO_B; in ll_gpio_set_pin_pull()
188 const uint32_t gpio = (GPIOx == GPIOA) ? LL_PWR_GPIO_A : LL_PWR_GPIO_B; in ll_gpio_get_pin_pull()