CARME-M4 BSP
V1.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
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))
Definition at line
516
of file
stm32f4xx_rtc.h
.
#define IS_RTC_STORE_OPERATION
(
OPERATION
)
Value:
(((OPERATION) == RTC_StoreOperation_Reset) || \
((OPERATION) == RTC_StoreOperation_Set))
Definition at line
521
of file
stm32f4xx_rtc.h
.
Generated on Fri Aug 12 2016 17:42:39 for CARME-M4 BSP by
1.8.10