Module common

Module common 

Source
Expand description

Some common definations and types of this trait.

Enums§

AsyncKind
The async transmission kind for some communication peripheral like UART, I2C and so on.
Error
The error list.
TransmitDirection
The transmission direction.
TransmitState
The state of a transmission action, including sending and receiving.

Type Aliases§

Result
The result type for all possible-failure function.