Module serial

Module serial 

Source
Expand description

Serial module

This module support both polling and interrupt based accesses to the serial peripherals.

Structs§

Config
USART Configuration structure
Rx
Serial receiver
Serial
Serial abstraction
Tx
Serial transmitter

Enums§

Error
Serial error
Event
Interrupt event
Oversampling
USART oversampling settings
Parity
USART parity settings
StopBits
USART stopbits settings

Traits§

CtsPin
Marks pins as being as being CTS pins for the given USART instance
Pins
Pins trait for detecting hardware flow control or RS485 mode.
RtsDePin
Marks pins as being as being RTS pins for the given USART instance
RxPin
Marks pins as being as being RX pins for the given USART instance
TxHalfDuplexPin
Marks pins as being TX Half Duplex pins for the given USART instance
TxPin
Marks pins as being as being TX pins for the given USART instance

Type Aliases§

RxDma1
RxDma2
TxDma1
TxDma2