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_Pin_Selection
RTC_Exported_Constants
Macros
#define
RTC_TamperPin_PC13
((uint32_t)0x00000000)
#define
RTC_TamperPin_PI8
((uint32_t)0x00010000)
#define
IS_RTC_TAMPER_PIN
(PIN)
Detailed Description
Macro Definition Documentation
#define IS_RTC_TAMPER_PIN
(
PIN
)
Value:
(((PIN) == RTC_TamperPin_PC13) || \
((PIN) == RTC_TamperPin_PI8))
Generated on Thu Feb 13 2014 18:54:14 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1