ChibiOS/RT
2.5.1
SerialConfig Struct Reference

Detailed Description

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).

Field Documentation

Initialization value for the BRR register.

Definition at line 77 of file serial_lld.h.

Number of bits per character (USART_CHAR_SIZE_5 to USART_CHAR_SIZE_9).

Definition at line 81 of file serial_lld.h.