Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stm32h7rs_iocell.h File Reference

I/O cell definitions for STM32H7R/S devices. More...

Go to the source code of this file.

Macros

I/O power domains used to configure STM32 iocell device
#define STM32_DT_IOCELL_VDDIO   (0)
 I/O domain powered by VDD supply.
#define STM32_DT_IOCELL_XSPI1   (1)
 I/O domain powered by VDDXSPI1 supply.
#define STM32_DT_IOCELL_XSPI2   (2)
 I/O domain powered by VDDXSPI2 supply.
#define STM32_DT_IOCELL_DOMAIN_VALID(domain)
 Return true if domain is valid I/O domain.

Detailed Description

I/O cell definitions for STM32H7R/S devices.

Macro Definition Documentation

◆ STM32_DT_IOCELL_DOMAIN_VALID

#define STM32_DT_IOCELL_DOMAIN_VALID ( domain)
Value:
(((domain) >= 0) && ((domain) <= 2))

Return true if domain is valid I/O domain.

◆ STM32_DT_IOCELL_VDDIO

#define STM32_DT_IOCELL_VDDIO   (0)

I/O domain powered by VDD supply.

◆ STM32_DT_IOCELL_XSPI1

#define STM32_DT_IOCELL_XSPI1   (1)

I/O domain powered by VDDXSPI1 supply.

◆ STM32_DT_IOCELL_XSPI2

#define STM32_DT_IOCELL_XSPI2   (2)

I/O domain powered by VDDXSPI2 supply.