Enumerations

Enumerations

enum  app_dma_evt_type_t {
  APP_DMA_EVT_ERROR,
  APP_DMA_EVT_TFR,
  APP_DMA_EVT_BLK
}
 DMA event Enumerations definition. More...
 
enum  app_dma_state_t {
  APP_DMA_INVALID = 0,
  APP_DMA_ACTIVITY
}
 App dma state types. More...
 

Detailed Description

Enumeration Type Documentation

◆ app_dma_evt_type_t

DMA event Enumerations definition.

Enumerator
APP_DMA_EVT_ERROR 

The event of error interrupt.

APP_DMA_EVT_TFR 

The event of transfer complete interrupt.

APP_DMA_EVT_BLK 

The event of block transfer complete interrupt.

Definition at line 72 of file app_dma.h.

◆ app_dma_state_t

App dma state types.

Enumerator
APP_DMA_INVALID 
APP_DMA_ACTIVITY 

Definition at line 80 of file app_dma.h.