RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Structures | Macros | Enumerations

Data Structures

struct  COMP_InitTypeDef
 COMP Init structure definition
More...
 
struct  COMP_HandleTypeDef
 COMP Handle Structure definition. More...
 

Macros

#define COMP_STATE_BITFIELD_LOCK   ((uint32_t)0x10)
 HAL COMP state machine: HAL COMP states definition.
 

Enumerations

enum  HAL_COMP_StateTypeDef {
  HAL_COMP_STATE_RESET = 0x00 , HAL_COMP_STATE_RESET_LOCKED = (HAL_COMP_STATE_RESET | COMP_STATE_BITFIELD_LOCK) , HAL_COMP_STATE_READY = 0x01 , HAL_COMP_STATE_READY_LOCKED = (HAL_COMP_STATE_READY | COMP_STATE_BITFIELD_LOCK) ,
  HAL_COMP_STATE_BUSY = 0x02 , HAL_COMP_STATE_BUSY_LOCKED = (HAL_COMP_STATE_BUSY | COMP_STATE_BITFIELD_LOCK)
}
 

Detailed Description

Enumeration Type Documentation

◆ HAL_COMP_StateTypeDef

Enumerator
HAL_COMP_STATE_RESET 

COMP not yet initialized

HAL_COMP_STATE_RESET_LOCKED 

COMP not yet initialized and configuration is locked

HAL_COMP_STATE_READY 

COMP initialized and ready for use

HAL_COMP_STATE_READY_LOCKED 

COMP initialized but configuration is locked

HAL_COMP_STATE_BUSY 

COMP is running

HAL_COMP_STATE_BUSY_LOCKED 

COMP is running and configuration is locked