uc-sdk
|
Classes | |
struct | UART_AB_CFG_Type |
Auto Baudrate mode configuration type definition. More... | |
struct | UART_CFG_Type |
UART Configuration Structure definition. More... | |
struct | UART_FIFO_CFG_Type |
UART FIFO Configuration Structure definition. More... | |
struct | UART1_RS485_CTRLCFG_Type |
UART1 Full modem - RS485 Control configuration type. More... | |
enum UART1_SignalState |
UART1 Full modem - Signal states definition.
Enumerator | |
---|---|
INACTIVE | |
ACTIVE |
Definition at line 448 of file lpc17xx_uart.h.
enum UART_AB_MODE_Type |
UART Auto-baudrate mode type definition.
Enumerator | |
---|---|
UART_AUTOBAUD_MODE0 |
UART Auto baudrate Mode 0 |
UART_AUTOBAUD_MODE1 |
UART Auto baudrate Mode 1 |
Definition at line 402 of file lpc17xx_uart.h.
enum UART_ABEO_Type |
UART End of Auto-baudrate type definition.
Enumerator | |
---|---|
UART_AUTOBAUD_INTSTAT_ABEO |
UART End of auto-baud interrupt |
UART_AUTOBAUD_INTSTAT_ABTO |
UART Auto-baud time-out interrupt |
Definition at line 418 of file lpc17xx_uart.h.
enum UART_DATABIT_Type |
UART Databit type definitions.
Enumerator | |
---|---|
UART_DATABIT_5 |
UART 5 bit data mode |
UART_DATABIT_6 |
UART 6 bit data mode |
UART_DATABIT_7 |
UART 7 bit data mode |
UART_DATABIT_8 |
UART 8 bit data mode |
Definition at line 336 of file lpc17xx_uart.h.
enum UART_FITO_LEVEL_Type |
FIFO Level type definitions.
Definition at line 365 of file lpc17xx_uart.h.
enum UART_INT_Type |
UART Interrupt Type definitions.
Definition at line 375 of file lpc17xx_uart.h.
enum UART_IrDA_PULSE_Type |
UART IrDA Control type Definition
Definition at line 426 of file lpc17xx_uart.h.
enum UART_LS_Type |
UART Line Status Type definition.
Definition at line 388 of file lpc17xx_uart.h.
enum UART_MODEM_MODE_Type |
UART Modem mode type definition.
Enumerator | |
---|---|
UART1_MODEM_MODE_LOOPBACK |
Loop back mode select |
UART1_MODEM_MODE_AUTO_RTS |
Enable Auto RTS flow-control |
UART1_MODEM_MODE_AUTO_CTS |
Enable Auto CTS flow-control |
Definition at line 478 of file lpc17xx_uart.h.
enum UART_MODEM_PIN_Type |
Modem output pin type definition.
Enumerator | |
---|---|
UART1_MODEM_PIN_DTR |
Source for modem output pin DTR |
UART1_MODEM_PIN_RTS |
Source for modem output pin RTS |
Definition at line 470 of file lpc17xx_uart.h.
enum UART_MODEM_STAT_type |
UART modem status type definition.
Definition at line 456 of file lpc17xx_uart.h.
enum UART_PARITY_Type |
UART Parity type definitions.
Enumerator | |
---|---|
UART_PARITY_NONE |
No parity |
UART_PARITY_ODD |
Odd parity |
UART_PARITY_EVEN |
Even parity |
UART_PARITY_SP_1 |
Forced "1" stick parity |
UART_PARITY_SP_0 |
Forced "0" stick parity |
Definition at line 354 of file lpc17xx_uart.h.
UART Direction Control Pin type definition.
Enumerator | |
---|---|
UART1_RS485_DIRCTRL_RTS |
Pin RTS is used for direction control |
UART1_RS485_DIRCTRL_DTR |
Pin DTR is used for direction control |
Definition at line 487 of file lpc17xx_uart.h.
enum UART_STOPBIT_Type |
UART Stop bit type definitions.
Enumerator | |
---|---|
UART_STOPBIT_1 |
UART 1 Stop Bits Select |
UART_STOPBIT_2 |
UART Two Stop Bits Select |
Definition at line 346 of file lpc17xx_uart.h.