Arch/Esp32/Components/driver/include/driver/uart.h File Reference
#include <esp_idf_version.h>#include <soc/soc_caps.h>
Include dependency graph for Arch/Esp32/Components/driver/include/driver/uart.h:
Go to the source code of this file.
Macros | |
| #define | UART_PHYSICAL_COUNT SOC_UART_NUM |
| Number of physical UARTs on the system. More... | |
| #define | UART_COUNT SOC_UART_NUM |
| Number of UARTs on the system, virtual or otherwise. More... | |
Macro Definition Documentation
◆ UART_COUNT
| #define UART_COUNT SOC_UART_NUM |
Number of UARTs on the system, virtual or otherwise.
◆ UART_PHYSICAL_COUNT
| #define UART_PHYSICAL_COUNT SOC_UART_NUM |
Number of physical UARTs on the system.
1.9.1