Enumerations

enum  hal_comp_state_t {
  HAL_COMP_STATE_RESET = 0x00,
  HAL_COMP_STATE_READY = 0x01,
  HAL_COMP_STATE_BUSY = 0x02,
  HAL_COMP_STATE_ERROR = 0x04
}
 HAL COMP State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_comp_state_t

HAL COMP State Enumerations definition.

Enumerator
HAL_COMP_STATE_RESET 

Peripheral not initialized

HAL_COMP_STATE_READY 

Peripheral initialized and ready for use

HAL_COMP_STATE_BUSY 

An internal process is ongoing

HAL_COMP_STATE_ERROR 

Peripheral in error

Definition at line 75 of file gr55xx_hal_comp.h.