Macros | |
#define | IS_COMP_INPUT(__INPUT__) |
Check if COMP input source is valid. More... | |
#define | IS_COMP_REF(__INPUT__) |
Check if COMP reference source is valid. More... | |
#define IS_COMP_INPUT | ( | __INPUT__ | ) |
Check if COMP input source is valid.
__INPUT__ | COMP input source. |
SET | (__INPUT__ is valid) or RESET (__INPUT__ is invalid) |
Definition at line 205 of file gr55xx_hal_comp.h.
#define IS_COMP_REF | ( | __INPUT__ | ) |
Check if COMP reference source is valid.
__INPUT__ | COMP reference source. |
SET | (__INPUT__ is valid) or RESET (__INPUT__ is invalid) |
Definition at line 216 of file gr55xx_hal_comp.h.