STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_COMP_ALL_PERIPH(PERIPH) |
Enumerations | |
enum | COMP_Selection_TypeDef { COMP_Selection_COMP1 = ((uint8_t)0x01), COMP_Selection_COMP2 = ((uint8_t)0x02) } |
Define Documentation
#define IS_COMP_ALL_PERIPH | ( | PERIPH | ) |
Value:
(((PERIPH) == COMP_Selection_COMP1) || \ ((PERIPH) == COMP_Selection_COMP2))
Definition at line 54 of file stm8l15x_comp.h.
Referenced by COMP_ClearFlag(), COMP_ClearITPendingBit(), COMP_EdgeConfig(), COMP_GetFlagStatus(), COMP_GetITStatus(), COMP_GetOutputLevel(), and COMP_ITConfig().
Enumeration Type Documentation
Definition at line 48 of file stm8l15x_comp.h.