Module uart

Module uart 

Source
Expand description

UART driver

Only supports UART0. Only supports 2MBaud.

Structs§

Config
Serial configuration
Serial
Serial abstraction

Enums§

Error
UART error
Event
Interrupt event
Order
Order of the bits transmitted and received on the wire
Parity
Parity check
StopBits
Stop bits
WordLength
Word length

Traits§

CtsPin
Serial cts pins - DO NOT IMPLEMENT THIS TRAIT
Pins
Serial pins - DO NOT IMPLEMENT THIS TRAIT
RtsPin
Serial rts pins - DO NOT IMPLEMENT THIS TRAIT
RxPin
Serial receive pins - DO NOT IMPLEMENT THIS TRAIT
TxPin
Serial transmit pins - DO NOT IMPLEMENT THIS TRAIT