uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
UART_FIFO_CFG_Type Struct Reference

UART FIFO Configuration Structure definition. More...

#include <lpc17xx_uart.h>

Public Attributes

FunctionalState FIFO_ResetRxBuf
 
FunctionalState FIFO_ResetTxBuf
 
FunctionalState FIFO_DMAMode
 
UART_FITO_LEVEL_Type FIFO_Level
 

Detailed Description

UART FIFO Configuration Structure definition.

Definition at line 520 of file lpc17xx_uart.h.

Member Data Documentation

FunctionalState UART_FIFO_CFG_Type::FIFO_DMAMode
DMA mode, should be:
  • ENABLE: Enable DMA mode in UART
  • DISABLE: Disable DMA mode in UART

Definition at line 529 of file lpc17xx_uart.h.

UART_FITO_LEVEL_Type UART_FIFO_CFG_Type::FIFO_Level
 Rx FIFO trigger level, should be:
  • UART_FIFO_TRGLEV0: UART FIFO trigger level 0: 1 character
  • UART_FIFO_TRGLEV1: UART FIFO trigger level 1: 4 character
  • UART_FIFO_TRGLEV2: UART FIFO trigger level 2: 8 character
  • UART_FIFO_TRGLEV3: UART FIFO trigger level 3: 14 character

Definition at line 533 of file lpc17xx_uart.h.

FunctionalState UART_FIFO_CFG_Type::FIFO_ResetRxBuf
Reset Rx FIFO command state , should be:
  • ENABLE: Reset Rx FIFO in UART
  • DISABLE: Do not reset Rx FIFO in UART

Definition at line 521 of file lpc17xx_uart.h.

FunctionalState UART_FIFO_CFG_Type::FIFO_ResetTxBuf
Reset Tx FIFO command state , should be:
  • ENABLE: Reset Tx FIFO in UART
  • DISABLE: Do not reset Tx FIFO in UART

Definition at line 525 of file lpc17xx_uart.h.


The documentation for this struct was generated from the following file: