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
RTC_DayLightSaving_Definitions

Macros

#define RTC_DayLightSaving_SUB1H   ((uint32_t)0x00020000)
 
#define RTC_DayLightSaving_ADD1H   ((uint32_t)0x00010000)
 
#define IS_RTC_DAYLIGHT_SAVING(SAVING)
 
#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 (   SAVING)
Value:
(((SAVING) == RTC_DayLightSaving_SUB1H) || \
((SAVING) == RTC_DayLightSaving_ADD1H))
#define IS_RTC_STORE_OPERATION (   OPERATION)
Value:
(((OPERATION) == RTC_StoreOperation_Reset) || \
((OPERATION) == RTC_StoreOperation_Set))