Macros | |
#define | COMP_Hysteresis_High COMP_CSR_COMPxHYST |
#define | COMP_Hysteresis_Low COMP_CSR_COMPxHYST_0 |
#define | COMP_Hysteresis_Medium COMP_CSR_COMPxHYST_1 |
#define | COMP_Hysteresis_No 0x00000000 |
#define | IS_COMP_HYSTERESIS(HYSTERESIS) |
#define COMP_Hysteresis_High COMP_CSR_COMPxHYST |
Hysteresis level high
Definition at line 343 of file stm32f30x_comp.h.
#define COMP_Hysteresis_Low COMP_CSR_COMPxHYST_0 |
Hysteresis level low
Definition at line 341 of file stm32f30x_comp.h.
#define COMP_Hysteresis_Medium COMP_CSR_COMPxHYST_1 |
Hysteresis level medium
Definition at line 342 of file stm32f30x_comp.h.
#define COMP_Hysteresis_No 0x00000000 |
No hysteresis
Definition at line 340 of file stm32f30x_comp.h.
#define IS_COMP_HYSTERESIS | ( | HYSTERESIS | ) |
Definition at line 345 of file stm32f30x_comp.h.