Classes

struct  app_uart_pin_t
 UART pins Structures. More...
 
struct  app_uart_pin_cfg_t
 UART pins config Structures. More...
 
struct  app_uart_dma_cfg_t
 UART DMA configuration structure definition. More...
 
struct  app_uart_evt_t
 UART event structure definition. More...
 
struct  uart_env_t
 UART device structure definition. More...
 
struct  app_uart_params_t
 UART parameters structure definition. More...
 
struct  app_uart_tx_buf_t
 UART buffer structure definition. More...
 

Enumerations

enum  app_uart_dma_state_t {
  APP_UART_DMA_INVALID = 0,
  APP_UART_DMA_ACTIVITY
}
 App uart dma state types. More...
 

Detailed Description

Enumeration Type Documentation

◆ app_uart_dma_state_t

App uart dma state types.

Enumerator
APP_UART_DMA_INVALID 
APP_UART_DMA_ACTIVITY 

Definition at line 163 of file app_uart.h.