Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stm32_wkup_pins.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12#ifndef ZEPHYR_DRIVERS_MISC_STM32_WKUP_PINS_H_
13#define ZEPHYR_DRIVERS_MISC_STM32_WKUP_PINS_H_
14
15#include <zephyr/drivers/gpio.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
29
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* 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