|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
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. | |
All UART-related types, enums, and functions.
| #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.