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 |
UART parameters structure definition.
Definition at line 232 of file app_uart.h.
app_uart_dma_cfg_t app_uart_params_t::dma_cfg |
UART DMA configuration.
Definition at line 236 of file app_uart.h.
app_uart_id_t app_uart_params_t::id |
specified UART module ID.
Definition at line 234 of file app_uart.h.
uart_init_t app_uart_params_t::init |
UART communication parameters.
Definition at line 237 of file app_uart.h.
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_env_t app_uart_params_t::uart_dev |
UART event data.
Definition at line 238 of file app_uart.h.