#include <modm/platform/uart/uart_base.hpp>
|
enum | Parity : uint32_t { Even = 0,
Odd = 1,
Disabled = 2
} |
|
enum | RxPinout : uint8_t { RxPad0 = 0,
RxPad1 = 1,
RxPad2 = 2,
RxPad3 = 3
} |
|
enum | TxPinout : uint8_t { TxPad0_XckPad1 = 0,
TxPad2_XckPad3 = 1,
TxPad0_RtsTePad2_CtsPad3 = 2
} |
|
Base class for the UART classes
Provides some common enum that do not depend on the specific UART.
The documentation for this class was generated from the following file: