STM32L443xx HAL User Manual
|
Defines | |
#define | COMP_HYSTERESIS_NONE (0x00000000UL) |
#define | COMP_HYSTERESIS_LOW ( COMP_CSR_HYST_0) |
#define | COMP_HYSTERESIS_MEDIUM (COMP_CSR_HYST_1 ) |
#define | COMP_HYSTERESIS_HIGH (COMP_CSR_HYST_1 | COMP_CSR_HYST_0) |
#define COMP_HYSTERESIS_HIGH (COMP_CSR_HYST_1 | COMP_CSR_HYST_0) |
Hysteresis level high
Definition at line 220 of file stm32l4xx_hal_comp.h.
#define COMP_HYSTERESIS_LOW ( COMP_CSR_HYST_0) |
Hysteresis level low
Definition at line 218 of file stm32l4xx_hal_comp.h.
#define COMP_HYSTERESIS_MEDIUM (COMP_CSR_HYST_1 ) |
Hysteresis level medium
Definition at line 219 of file stm32l4xx_hal_comp.h.
#define COMP_HYSTERESIS_NONE (0x00000000UL) |
No hysteresis
Definition at line 217 of file stm32l4xx_hal_comp.h.