Enumerations

Enumerations

enum  app_pdm_evt_type_t {
  APP_PDM_EVT_DMA_ERROR,
  APP_PDM_EVT_DMA_TFR,
  APP_PDM_EVT_DMA_BLK,
  APP_PDM_EVT_LEFT_OVERFLOW,
  APP_PDM_EVT_RIGHT_OVERFLOW
}
 PDM event Enumerations definition. More...
 
enum  app_pdm_state_t {
  APP_PDM_INACTIVITY = 0,
  APP_PDM_ACTIVITY
}
 pdm state types. More...
 

Detailed Description

Enumeration Type Documentation

◆ app_pdm_evt_type_t

PDM event Enumerations definition.

Enumerator
APP_PDM_EVT_DMA_ERROR 

The event of dma error interrupt.

APP_PDM_EVT_DMA_TFR 

The event of transfer complete interrupt.

APP_PDM_EVT_DMA_BLK 

The event of dma block interrupt.

APP_PDM_EVT_LEFT_OVERFLOW 

The event of left channel overflow.

APP_PDM_EVT_RIGHT_OVERFLOW 

The event of right channel overflow.

Definition at line 73 of file app_pdm.h.

◆ app_pdm_state_t

pdm state types.

Enumerator
APP_PDM_INACTIVITY 
APP_PDM_ACTIVITY 

Definition at line 147 of file app_pdm.h.