LEGO Mindstorms EV3 |
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
unsigned char suart_config::BIIntrMask |
Break Indicator Interrupt Mask Bit
unsigned char suart_config::FEIntrMask |
Framing Error Interrupt Mask Bit
unsigned char suart_config::Oversampling |
Oversampling rate
unsigned char suart_config::rxBitsPerChar |
Bits per Character (Range: 6 to 12)
unsigned short suart_config::rxClkDivisor |
Divisor (CLKXDIV* HCLKXDIV) value to generate the appropriate baud rate
unsigned char suart_config::RXSerializer |
It takes the value of the serializer. It takes the value 0-15 range
unsigned char suart_config::txBitsPerChar |
Bits per Character (Range: 6 to 12)
unsigned short suart_config::txClkDivisor |
Divisor (CLKXDIV* HCLKXDIV) value to generate the appropriate baud rate
unsigned char suart_config::TXSerializer |
It takes the value of the serializer. It takes the value 0-15 range