app_uart_params_t Struct Reference

UART parameters structure definition. More...

#include <app_uart.h>

Public Attributes

app_uart_id_t id
 
app_uart_pin_cfg_t pin_cfg
 
app_uart_dma_cfg_t dma_cfg
 
uart_init_t init
 
uart_env_t uart_dev
 

Detailed Description

UART parameters structure definition.

Definition at line 238 of file app_uart.h.

Member Data Documentation

◆ dma_cfg

app_uart_dma_cfg_t app_uart_params_t::dma_cfg

UART DMA configuration.

Definition at line 242 of file app_uart.h.

◆ id

app_uart_id_t app_uart_params_t::id

specified UART module ID.

Definition at line 240 of file app_uart.h.

◆ init

uart_init_t app_uart_params_t::init

UART communication parameters.

Definition at line 243 of file app_uart.h.

◆ pin_cfg

app_uart_pin_cfg_t app_uart_params_t::pin_cfg

the pin configuration information for the specified UART module.

Definition at line 241 of file app_uart.h.

◆ uart_dev

uart_env_t app_uart_params_t::uart_dev

UART event data.

Definition at line 244 of file app_uart.h.


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