ADuCM4x50 Device Drivers API Reference Manual  Release 4.0.0.0
Static Configuration

Modules

 UART0 Static Configuration
 
 UART1 Static Configuration
 

Macros

#define ADI_UART_CFG_ENABLE_AUTOBAUD   1
 
#define ADI_UART_DMA_EXTENSION_ENABLE   0
 

Detailed Description

Macro Definition Documentation

◆ ADI_UART_CFG_ENABLE_AUTOBAUD

#define ADI_UART_CFG_ENABLE_AUTOBAUD   1

Enable the autobaud detection.
Range: 0 to 1.

Definition at line 31 of file adi_uart_config.h.

◆ ADI_UART_DMA_EXTENSION_ENABLE

#define ADI_UART_DMA_EXTENSION_ENABLE   0

Set this macro to enable the DMA extended features. Data can be processed using DMA Pingpong and Scatter-Gather modes. 0 - Disable the DMA extension. Only DMA Basic mode can be used. 1 - Enable the DMA extension. DMA Basic, Pingpong and Scatter-Gather can be used.

Definition at line 41 of file adi_uart_config.h.