Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stm32h7rs_iocell.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
11
12#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_STM32H7RS_IOCELL_H_
13#define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_STM32H7RS_IOCELL_H_
14
19
20#define STM32_DT_IOCELL_VDDIO (0)
21#define STM32_DT_IOCELL_XSPI1 (1)
22#define STM32_DT_IOCELL_XSPI2 (2)
23
25#define STM32_DT_IOCELL_DOMAIN_VALID(domain) (((domain) >= 0) && ((domain) <= 2))
26
28
29#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_POWER_STM32H7RS_IOCELL_H_ */