Enums used by the driver.
Enumerations | |
| enum | cfg_dataLength_t { BITS_6 = 6 , BITS_7 = 7 , BITS_8 = 8 } |
| UART data Length. More... | |
| enum | cfg_dataParity_t { NONE = 0 , EVEN = 1 , ODD = 2 } |
| UART data Parity. More... | |
| enum | cfg_stopBits_t { ONE = 0 , TWO = 1 } |
| UART Stop Bits. More... | |
| enum cfg_dataLength_t |
| enum cfg_dataParity_t |
| enum cfg_stopBits_t |