[][src]Module tm4c123x_hal::serial

Serial

Macros

uart_hal_macro

! An internal macro to implement the UART functionality for each peripheral

uart_pin_macro

! An internal macro to help define all the different pin typestates

Structs

Rx

Serial receiver

Serial

Serial abstraction

Tx

Serial transmitter

UART0

UART register offsets

UART1

UART register offsets

UART2

UART register offsets

UART3

UART register offsets

UART4

UART register offsets

UART5

UART register offsets

UART6

UART register offsets

UART7

UART register offsets

Enums

NewlineMode

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

Traits

CtsPin

CTS pin - DO NOT IMPLEMENT THIS TRAIT

DcdPin

DCD pin - DO NOT IMPLEMENT THIS TRAIT

DsrPin

DSR pin - DO NOT IMPLEMENT THIS TRAIT

DtrPin

DTR pin - DO NOT IMPLEMENT THIS TRAIT

RiPin

RI pin - DO NOT IMPLEMENT THIS TRAIT

RtsPin

RTS pin - DO NOT IMPLEMENT THIS TRAIT

RxPin

RX pin - DO NOT IMPLEMENT THIS TRAIT

TxPin

TX pin - DO NOT IMPLEMENT THIS TRAIT