Enumerations

Enumerations

enum  hal_pdm_state_t {
  HAL_PDM_STATE_RESET = 0x00,
  HAL_PDM_STATE_READY = 0x01,
  HAL_PDM_STATE_BUSY = 0x02,
  HAL_PDM_STATE_ERROR = 0x04
}
 HAL PDM State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_pdm_state_t

HAL PDM State Enumerations definition.

Enumerator
HAL_PDM_STATE_RESET 

Peripheral not initialized

HAL_PDM_STATE_READY 

Peripheral initialized and ready for use

HAL_PDM_STATE_BUSY 

An internal process is ongoing

HAL_PDM_STATE_ERROR 

Peripheral in error

Definition at line 71 of file gr55xx_hal_pdm.h.