[−][src]Module bl602_hal::serial
Serial communication
Structs
Config | Serial configuration |
Serial | Serial abstraction |
Enums
Error | Serial 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 |