STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
Main Page
Modules
Data Structures
Files
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Groups
Macros
RTC_Tamper_Trigger_Definitions
RTC_Exported_Constants
Macros
#define
RTC_TamperTrigger_RisingEdge
((uint32_t)0x00000000)
#define
RTC_TamperTrigger_FallingEdge
((uint32_t)0x00000001)
#define
RTC_TamperTrigger_LowLevel
((uint32_t)0x00000000)
#define
RTC_TamperTrigger_HighLevel
((uint32_t)0x00000001)
#define
IS_RTC_TAMPER_TRIGGER
(TRIGGER)
Detailed Description
Macro Definition Documentation
#define IS_RTC_TAMPER_TRIGGER
(
TRIGGER
)
Value:
(((TRIGGER) == RTC_TamperTrigger_RisingEdge) || \
((TRIGGER) == RTC_TamperTrigger_FallingEdge) || \
((TRIGGER) == RTC_TamperTrigger_LowLevel) || \
((TRIGGER) == RTC_TamperTrigger_HighLevel))
Generated on Thu Feb 13 2014 18:54:14 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1