Enumerations

enum  app_dspi_evt_type_t {
  APP_DSPI_EVT_ERROR,
  APP_DSPI_EVT_TX_CPLT,
  APP_DSPI_EVT_ABORT
}
 DSPI event Enumerations definition. More...
 
enum  app_dspi_state_t {
  APP_DSPI_INVALID = 0,
  APP_DSPI_ACTIVITY
}
 App dspi state types. More...
 
enum  app_dspi_dma_state_t {
  APP_DSPI_DMA_INVALID = 0,
  APP_DSPI_DMA_ACTIVITY
}
 App dspi dma state types. More...
 

Detailed Description

Enumeration Type Documentation

◆ app_dspi_dma_state_t

App dspi dma state types.

Enumerator
APP_DSPI_DMA_INVALID 
APP_DSPI_DMA_ACTIVITY 

Definition at line 170 of file app_dspi.h.

◆ app_dspi_evt_type_t

DSPI event Enumerations definition.

Enumerator
APP_DSPI_EVT_ERROR 

Error reported by DSPI peripheral.

APP_DSPI_EVT_TX_CPLT 

Requested TX transfer completed.

APP_DSPI_EVT_ABORT 

Requested abort transfer completed.

Definition at line 82 of file app_dspi.h.

◆ app_dspi_state_t

App dspi state types.

Enumerator
APP_DSPI_INVALID 
APP_DSPI_ACTIVITY 

Definition at line 160 of file app_dspi.h.