app_uart_params_t Struct Reference

UART parameters structure definition. More...

#include <app_uart.h>

+ Collaboration diagram for app_uart_params_t:

Public Attributes

app_uart_id_t id
 specified UART module ID. More...
 
app_uart_pin_cfg_t pin_cfg
 the pin configuration information for the specified UART module. More...
 
app_uart_dma_cfg_t dma_cfg
 UART DMA configuration. More...
 
uart_init_t init
 UART communication parameters. More...
 
uart_env_t uart_dev
 UART event data. More...
 

Detailed Description

UART parameters structure definition.

Definition at line 232 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 236 of file app_uart.h.

◆ id

app_uart_id_t app_uart_params_t::id

specified UART module ID.


Definition at line 234 of file app_uart.h.

◆ init

uart_init_t app_uart_params_t::init

UART communication parameters.


Definition at line 237 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 235 of file app_uart.h.

◆ uart_dev

uart_env_t app_uart_params_t::uart_dev

UART event data.


Definition at line 238 of file app_uart.h.


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