12#ifndef ZEPHYR_DRIVERS_MISC_STM32_WKUP_PINS_H_
13#define ZEPHYR_DRIVERS_MISC_STM32_WKUP_PINS_H_
Public APIs for GPIO drivers.
void stm32_pwr_wkup_pin_cfg_pupd(void)
Enable or Disable pull-up and pull-down configuration for GPIO Ports that are associated with STM32 P...
int stm32_pwr_wkup_pin_cfg_gpio(const struct gpio_dt_spec *gpio)
Configure a GPIO pin as a source for STM32 PWR wake-up pins.
Container for GPIO pin information specified in devicetree.
Definition gpio.h:288