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

Data Structures

struct  OPAMP_InitTypeDef
 OPAMP Init structure definition
More...
 
struct  OPAMP_HandleTypeDef
 OPAMP Handle Structure definition. More...
 

Typedefs

typedef uint32_t HAL_OPAMP_TrimmingValueTypeDef
 HAl_OPAMP_TrimmingValueTypeDef definition.
 

Enumerations

enum  HAL_OPAMP_StateTypeDef {
  HAL_OPAMP_STATE_RESET = 0x00000000U , HAL_OPAMP_STATE_READY = 0x00000001U , HAL_OPAMP_STATE_CALIBBUSY = 0x00000002U , HAL_OPAMP_STATE_BUSY = 0x00000004U ,
  HAL_OPAMP_STATE_BUSYLOCKED = 0x00000005U
}
 HAL State structures definition
More...
 

Detailed Description

Enumeration Type Documentation

◆ HAL_OPAMP_StateTypeDef

HAL State structures definition

Enumerator
HAL_OPAMP_STATE_RESET 

OPAMP is not yet Initialized

HAL_OPAMP_STATE_READY 

OPAMP is initialized and ready for use

HAL_OPAMP_STATE_CALIBBUSY 

OPAMP is enabled in auto calibration mode

HAL_OPAMP_STATE_BUSY 

OPAMP is enabled and running in normal mode

HAL_OPAMP_STATE_BUSYLOCKED 

OPAMP is locked only system reset allows reconfiguring the opamp.