LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
UART_FIFO_CFG_Type Struct Reference

UART FIFO Configuration Structure definition. More...

#include "usart_001.h"

Data Fields

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 471 of file usart_001.h.

Field Documentation

FunctionalState FIFO_DMAMode

DMA mode, should be:

  • ENABLE: Enable DMA mode in UART
  • DISABLE: Disable DMA mode in UART

Definition at line 480 of file usart_001.h.

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 484 of file usart_001.h.

FunctionalState 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 472 of file usart_001.h.

FunctionalState 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 476 of file usart_001.h.


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