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_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... | |
UART parameters structure definition.
Definition at line 232 of file app_uart.h.
app_uart_dma_cfg_t app_uart_params_t::dma_cfg |
app_uart_id_t app_uart_params_t::id |
uart_init_t app_uart_params_t::init |
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 |