STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_COMP_SPEED(SPEED) |
Enumerations | |
enum | COMP_Speed_TypeDef { COMP_Speed_Slow = ((uint8_t)0x00), COMP_Speed_Fast = ((uint8_t)0x04) } |
Define Documentation
#define IS_COMP_SPEED | ( | SPEED | ) |
Value:
(((SPEED) == COMP_Speed_Slow) || \ ((SPEED) == COMP_Speed_Fast))
Definition at line 130 of file stm8l15x_comp.h.
Referenced by COMP_Init().
Enumeration Type Documentation
enum COMP_Speed_TypeDef |
Definition at line 124 of file stm8l15x_comp.h.