app_uart_params_t Struct Reference

UART parameters structure definition. More...

#include <app_uart.h>

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_mode_t use_mode
 UART operate mode. More...
 
uart_init_t init
 UART communication parameters. More...
 

Detailed Description

UART parameters structure definition.

Definition at line 149 of file app_uart.h.

Member Data Documentation

◆ id

app_uart_id_t app_uart_params_t::id

specified UART module ID.


Definition at line 151 of file app_uart.h.

◆ init

uart_init_t app_uart_params_t::init

UART communication parameters.


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

◆ use_mode

app_uart_mode_t app_uart_params_t::use_mode

UART operate mode.


Definition at line 153 of file app_uart.h.


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