uc-sdk
|
UART Configuration Structure definition. More...
#include <lpc17xx_uart.h>
Public Attributes | |
uint32_t | Baud_rate |
UART_PARITY_Type | Parity |
UART_DATABIT_Type | Databits |
UART_STOPBIT_Type | Stopbits |
UART Configuration Structure definition.
Definition at line 495 of file lpc17xx_uart.h.
uint32_t UART_CFG_Type::Baud_rate |
UART baud rate
Definition at line 496 of file lpc17xx_uart.h.
UART_DATABIT_Type UART_CFG_Type::Databits |
Number of data bits, should be:
Definition at line 504 of file lpc17xx_uart.h.
UART_PARITY_Type UART_CFG_Type::Parity |
Parity selection, should be:
Definition at line 497 of file lpc17xx_uart.h.
UART_STOPBIT_Type UART_CFG_Type::Stopbits |
Number of stop bits, should be:
Definition at line 510 of file lpc17xx_uart.h.