Macros

#define HAL_PDM_ERROR_NONE   ((uint32_t)0x00000000)
 PDM error code. More...
 
#define HAL_PDM_ERROR_TIMEOUT   ((uint32_t)0x00000001)
 
#define HAL_PDM_ERROR_TRANSFER   ((uint32_t)0x00000002)
 
#define HAL_PDM_ERROR_DMA   ((uint32_t)0x00000004)
 
#define HAL_PDM_ERROR_INVALID_PARAM   ((uint32_t)0x00000008)
 

Detailed Description

Macro Definition Documentation

◆ HAL_PDM_ERROR_DMA

#define HAL_PDM_ERROR_DMA   ((uint32_t)0x00000004)

DMA transfer error.

Definition at line 155 of file gr55xx_hal_pdm.h.

◆ HAL_PDM_ERROR_INVALID_PARAM

#define HAL_PDM_ERROR_INVALID_PARAM   ((uint32_t)0x00000008)

Invalid parameter error.

Definition at line 156 of file gr55xx_hal_pdm.h.

◆ HAL_PDM_ERROR_NONE

#define HAL_PDM_ERROR_NONE   ((uint32_t)0x00000000)

PDM error code.

No error.

Definition at line 152 of file gr55xx_hal_pdm.h.

◆ HAL_PDM_ERROR_TIMEOUT

#define HAL_PDM_ERROR_TIMEOUT   ((uint32_t)0x00000001)

Timeout error.

Definition at line 153 of file gr55xx_hal_pdm.h.

◆ HAL_PDM_ERROR_TRANSFER

#define HAL_PDM_ERROR_TRANSFER   ((uint32_t)0x00000002)

Transfer error.

Definition at line 154 of file gr55xx_hal_pdm.h.