HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
UART Module

All UART-related types, enums, and functions. More...

Files

file  BaseUart.h
 Abstract base class for UART driver implementations in the HardFOC system.
 
file  EspUart.h
 ESP32 UART implementation for the HardFOC system.
 

Classes

class  BaseUart
 Abstract base class for UART driver implementations. More...
 

Macros

#define HF_UART_ERR_LIST(X)
 HardFOC UART error codes.
 

Detailed Description

All UART-related types, enums, and functions.

Macro Definition Documentation

◆ HF_UART_ERR_LIST

#define HF_UART_ERR_LIST ( X)

HardFOC UART error codes.

Comprehensive error enumeration for all UART operations in the system. This enumeration is used across all UART-related classes to provide consistent error reporting and handling.