STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
Tamper_Pin_active_level

Macros

#define BKP_TamperPinLevel_High   ((uint16_t)0x0000)
 
#define BKP_TamperPinLevel_Low   ((uint16_t)0x0001)
 
#define IS_BKP_TAMPER_PIN_LEVEL(LEVEL)
 

Detailed Description

Macro Definition Documentation

#define IS_BKP_TAMPER_PIN_LEVEL (   LEVEL)
Value:
(((LEVEL) == BKP_TamperPinLevel_High) || \
((LEVEL) == BKP_TamperPinLevel_Low))