Zephyr API Documentation
4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stm32n6_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_STM32N6_IOCELL_H_
13
#define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_STM32N6_IOCELL_H_
14
19
20
#define STM32_DT_IOCELL_VDDIO2 (0)
21
#define STM32_DT_IOCELL_VDDIO3 (1)
22
#define STM32_DT_IOCELL_VDDIO4 (2)
23
#define STM32_DT_IOCELL_VDDIO5 (3)
24
#define STM32_DT_IOCELL_VDD (4)
25
27
#define STM32_DT_IOCELL_DOMAIN_VALID(domain) (((domain) >= 0) && ((domain) <= 4))
28
30
31
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_POWER_STM32N6_IOCELL_H_ */
zephyr
dt-bindings
power
stm32n6_iocell.h
Generated on
for Zephyr API Documentation by
1.15.0