discoverpixy
Main Page
Related Pages
Modules
Classes
Files
Macros
RTC_DayLightSaving_Definitions
STM32F4xx_StdPeriph_Driver
»
RTC
»
RTC_Exported_Constants
Collaboration diagram for RTC_DayLightSaving_Definitions:
Macros
#define
RTC_DayLightSaving_SUB1H
((uint32_t)0x00020000)
#define
RTC_DayLightSaving_ADD1H
((uint32_t)0x00010000)
#define
IS_RTC_DAYLIGHT_SAVING
(SAVE)
#define
RTC_StoreOperation_Reset
((uint32_t)0x00000000)
#define
RTC_StoreOperation_Set
((uint32_t)0x00040000)
#define
IS_RTC_STORE_OPERATION
(OPERATION)
Detailed Description
Macro Definition Documentation
#define IS_RTC_DAYLIGHT_SAVING
(
SAVE
)
Value:
(((SAVE) == RTC_DayLightSaving_SUB1H) || \
((SAVE) == RTC_DayLightSaving_ADD1H))
#define IS_RTC_STORE_OPERATION
(
OPERATION
)
Value:
(((OPERATION) == RTC_StoreOperation_Reset) || \
((OPERATION) == RTC_StoreOperation_Set))
Generated on Sun May 10 2015 15:15:19 for discoverpixy by
1.8.9.1