STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups

Macros

#define COMP_Selection_COMP1   ((uint32_t)0x00000000)
 
#define COMP_Selection_COMP2   ((uint32_t)0x00000010)
 
#define IS_COMP_ALL_PERIPH(PERIPH)
 

Detailed Description

Macro Definition Documentation

#define COMP_Selection_COMP1   ((uint32_t)0x00000000)

COMP1 Selection

#define COMP_Selection_COMP2   ((uint32_t)0x00000010)

COMP2 Selection

#define IS_COMP_ALL_PERIPH (   PERIPH)
Value:
(((PERIPH) == COMP_Selection_COMP1) || \
((PERIPH) == COMP_Selection_COMP2))