Expand description
Implements a wrapper over an UART serial device.
Structs§
- Serial
Device Metrics - Metrics specific to the UART device.
- Serial
Events Wrapper - Wrapper over available events (i.e metrics, buffer ready etc).
- Serial
Wrapper - Wrapper over the imported serial device.
Enums§
Constants§
- IER_
RDA_ BIT - Received Data Available interrupt - for letting the driver know that there is some pending data to be processed.
- IER_
RDA_ OFFSET - Received Data Available interrupt offset
Traits§
Type Aliases§
- Serial
Device - Type for representing a serial device.