Expand description
Serial module
This module support both polling and interrupt based accesses to the serial peripherals.
Structs§
Enums§
- Error
- Serial error
- Event
- Interrupt event
- Oversampling
- USART oversampling settings
- Parity
- USART parity settings
- Stop
Bits - 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.
- RtsDe
Pin - 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
- TxHalf
Duplex Pin - 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