|
ChibiOS/RT
2.5.1 |
AVR Serial Driver configuration structure.
An instance of this structure must be passed to sdStart() in order to configure and start a serial driver operations.
Definition at line 73 of file serial_lld.h.
#include <serial_lld.h>
Data Fields | |
| uint16_t | sc_brr |
| Initialization value for the BRR register. | |
| uint8_t | sc_bits_per_char |
| Number of bits per character (USART_CHAR_SIZE_5 to USART_CHAR_SIZE_9). | |
| uint16_t SerialConfig::sc_brr |
Initialization value for the BRR register.
Definition at line 77 of file serial_lld.h.
| uint8_t SerialConfig::sc_bits_per_char |
Number of bits per character (USART_CHAR_SIZE_5 to USART_CHAR_SIZE_9).
Definition at line 81 of file serial_lld.h.