LMS 2012
|
One line description of the structure. More...
#include <suart_api.h>
Data Fields | |
unsigned char | TXSerializer |
unsigned char | RXSerializer |
unsigned short | txClkDivisor |
unsigned short | rxClkDivisor |
unsigned char | txBitsPerChar |
unsigned char | rxBitsPerChar |
unsigned char | Oversampling |
unsigned char | BIIntrMask |
unsigned char | FEIntrMask |
One line description of the structure.
Detailed description of the structure
Definition at line 375 of file suart_api.h.
unsigned char BIIntrMask |
Break Indicator Interrupt Mask Bit
Definition at line 385 of file suart_api.h.
unsigned char FEIntrMask |
Framing Error Interrupt Mask Bit
Definition at line 386 of file suart_api.h.
unsigned char Oversampling |
Oversampling rate
Definition at line 384 of file suart_api.h.
unsigned char rxBitsPerChar |
Bits per Character (Range: 6 to 12)
Definition at line 383 of file suart_api.h.
unsigned short rxClkDivisor |
Divisor (CLKXDIV* HCLKXDIV) value to generate the appropriate baud rate
Definition at line 381 of file suart_api.h.
unsigned char RXSerializer |
It takes the value of the serializer. It takes the value 0-15 range
Definition at line 378 of file suart_api.h.
unsigned char txBitsPerChar |
Bits per Character (Range: 6 to 12)
Definition at line 382 of file suart_api.h.
unsigned short txClkDivisor |
Divisor (CLKXDIV* HCLKXDIV) value to generate the appropriate baud rate
Definition at line 380 of file suart_api.h.
unsigned char TXSerializer |
It takes the value of the serializer. It takes the value 0-15 range
Definition at line 376 of file suart_api.h.