|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_COMP_HYSTERESIS_NONE (0x00000000UL) |
| #define | LL_COMP_HYSTERESIS_LOW ( COMP_CFGRx_HYST_0) |
| #define | LL_COMP_HYSTERESIS_MEDIUM (COMP_CFGRx_HYST_1 ) |
| #define | LL_COMP_HYSTERESIS_HIGH (COMP_CFGRx_HYST_1 | COMP_CFGRx_HYST_0) |
| #define LL_COMP_HYSTERESIS_HIGH (COMP_CFGRx_HYST_1 | COMP_CFGRx_HYST_0) |
Hysteresis level high
Definition at line 164 of file stm32h7xx_ll_comp.h.
| #define LL_COMP_HYSTERESIS_LOW ( COMP_CFGRx_HYST_0) |
Hysteresis level low
Definition at line 162 of file stm32h7xx_ll_comp.h.
| #define LL_COMP_HYSTERESIS_MEDIUM (COMP_CFGRx_HYST_1 ) |
Hysteresis level medium
Definition at line 163 of file stm32h7xx_ll_comp.h.
| #define LL_COMP_HYSTERESIS_NONE (0x00000000UL) |
No hysteresis
Definition at line 161 of file stm32h7xx_ll_comp.h.
Referenced by LL_COMP_StructInit().
1.7.6.1