|
#define | USART_CR2_ADD_SHIFT 24 |
| ADD[7:0]: Address of the USART node. More...
|
|
#define | USART_CR2_ADD (0xFF << USART_CR2_ADD_SHIFT) |
|
#define | USART_CR2_ADD_VAL(x) ((x) << USART_CR2_ADD_SHIFT) |
|
#define | USART_CR2_ABRMOD_MASK 3 |
|
#define | USART_CR2_ABRMOD_SHIFT 21 |
|
#define | USART_CR2_RTOEN (1 << 23) |
| RTOEN: Receiver timeout enable. More...
|
|
#define | USART_CR2_ABREN (1 << 20) |
| ABREN: Auto baud rate enable. More...
|
|
#define | USART_CR2_MSBFIRST (1 << 19) |
| MSBFIRST: Most significant bit first. More...
|
|
#define | USART_CR2_DATAINV (1 << 18) |
| DATAINV: Binary data inversion. More...
|
|
#define | USART_CR2_TXINV (1 << 17) |
| TXINV: TX pin active level inversion. More...
|
|
#define | USART_CR2_RXINV (1 << 16) |
| RXINV: RX pin active level inversion. More...
|
|
#define | USART_CR2_SWAP (1 << 15) |
| SWAP: Swap TX/RX pins. More...
|
|
#define | USART_CR2_LINEN (1 << 14) |
| LINEN: LIN mode enable. More...
|
|
#define | USART_CR2_CLKEN (1 << 11) |
| CLKEN: Clock enable. More...
|
|
#define | USART_CR2_CPOL (1 << 10) |
| CPOL: Clock polarity. More...
|
|
#define | USART_CR2_CPHA (1 << 9) |
| CPHA: Clock phase. More...
|
|
#define | USART_CR2_LBCL (1 << 8) |
| LBCL: Last bit clock pulse. More...
|
|
#define | USART_CR2_LBDIE (1 << 6) |
| LBDIE: LIN break detection interrupt enable. More...
|
|
#define | USART_CR2_LBDL (1 << 5) |
| LBDL: LIN break detection length. More...
|
|
#define | USART_CR2_ADDM7 (1 << 4) |
| ADDM7:7-bit Address Detection/4-bit Address Detection. More...
|
|