Module tm4c_hal::serial

source ·
Expand description

Serial code that is generic to both the TM4C123 and TM4C129, such as the pin traits.

Enums

writeln!() emits LF chars, so this is useful if you’re writing text with your UART

Traits

CTS pin - DO NOT IMPLEMENT THIS TRAIT
DCD pin - DO NOT IMPLEMENT THIS TRAIT
DSR pin - DO NOT IMPLEMENT THIS TRAIT
DTR pin - DO NOT IMPLEMENT THIS TRAIT
RI pin - DO NOT IMPLEMENT THIS TRAIT
RTS pin - DO NOT IMPLEMENT THIS TRAIT
RX pin - DO NOT IMPLEMENT THIS TRAIT
TX pin - DO NOT IMPLEMENT THIS TRAIT