Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stm32_pwr.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_STM32_PWR_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_STM32_PWR_H_
9
11
22/* Use this flag on series where wake-up event source is fixed/not configurable */
23#define STM32_PWR_WKUP_PIN_NOT_MUXED STM32_PWR_WKUP_EVT_SRC_0
24#define STM32_PWR_WKUP_EVT_SRC_0 BIT(0)
25#define STM32_PWR_WKUP_EVT_SRC_1 BIT(1)
26#define STM32_PWR_WKUP_EVT_SRC_2 BIT(2)
27
32#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_POWER_STM32_PWR_H_ */