Skip to main content

Crate msrt_uart

Crate msrt_uart 

Source
Expand description

UART adapters for MSRT.

Structs§

EngineConfig
Minimal protocol engine configuration.
MessageEvent
A complete message delivered by the engine.
SendFailedEvent
A reliable send failure produced by the engine.
TokioUartFrontend
Tokio host UART frontend adapter.
UartBackend
Passive UART backend adapter.

Enums§

IntegrityConfig
Packet integrity backend selected by engine configuration.
PeerState
Endpoint-level peer connection state.
TokioError
Error returned by Tokio UART frontend.
UartBackendEvent
High-level event produced by the MCU/passive UART backend.
UartError
UART adapter error wrapper.
UartFrontendEvent
High-level event produced by the Tokio host UART frontend.
UartIoError
UART transport error wrapper.

Traits§

UartIo
Minimal UART byte-stream trait for MCU/no-std backends.

Type Aliases§

TokioResult
Result alias for Tokio UART frontend operations.
UartIoResult
Result alias for UART IO operations.
UartResult
Result alias for UART adapter operations.