Microchip® Advanced Software Framework

sam_uart_opt Struct Reference

Option list for UART peripheral initialization.

#include <uart.h>

Data Fields

uint32_t ul_baudrate
 Expected baud rate. More...
 
uint32_t ul_mck
 MCK for UART. More...
 
uint32_t ul_mode
 Initialize value for UART mode register. More...
 

uint32_t sam_uart_opt::ul_baudrate

Expected baud rate.

Referenced by buart_if_open(), uart_init(), and usart_serial_init().

uint32_t sam_uart_opt::ul_mck
uint32_t sam_uart_opt::ul_mode

Initialize value for UART mode register.

Referenced by buart_if_open(), uart_init(), and usart_serial_init().