![]() |
RTEMS 6.1-rc7
|
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) } |