Expand description
UART runtime ownership and task-context data service.
Each UART has one CPU-affine maintenance task. Sleepable TTY output and non-blocking per-CPU log records use separate bounded queues; only the IRQ endpoint, maintenance task, and emergency endpoint touch UART registers.
Structs§
- Config
- Serial
Device Info - Serial
Runtime Handle - Cloneable OS-facing façade for one UART runtime.
- Serial
RxSubscription - The unique RX consumer for one UART runtime.
- Serial
Task Output - Cloneable task-context output capability for one runtime UART.