Macros
Collaboration diagram for RTC_DayLightSaving_Definitions:

Macros

#define IS_RTC_DAYLIGHT_SAVING(SAVE)
 
#define IS_RTC_DAYLIGHT_SAVING(SAVE)
 
#define IS_RTC_STORE_OPERATION(OPERATION)
 
#define IS_RTC_STORE_OPERATION(OPERATION)
 
#define RTC_DayLightSaving_ADD1H   ((uint32_t)0x00010000)
 
#define RTC_DayLightSaving_ADD1H   ((uint32_t)0x00010000)
 
#define RTC_DayLightSaving_SUB1H   ((uint32_t)0x00020000)
 
#define RTC_DayLightSaving_SUB1H   ((uint32_t)0x00020000)
 
#define RTC_StoreOperation_Reset   ((uint32_t)0x00000000)
 
#define RTC_StoreOperation_Reset   ((uint32_t)0x00000000)
 
#define RTC_StoreOperation_Set   ((uint32_t)0x00040000)
 
#define RTC_StoreOperation_Set   ((uint32_t)0x00040000)
 

Detailed Description

Macro Definition Documentation

#define IS_RTC_DAYLIGHT_SAVING (   SAVE)
Value:
(((SAVE) == RTC_DayLightSaving_SUB1H) || \
#define RTC_DayLightSaving_SUB1H
#define RTC_DayLightSaving_ADD1H

Definition at line 515 of file stm32f30x_rtc.h.

#define IS_RTC_DAYLIGHT_SAVING (   SAVE)
Value:
(((SAVE) == RTC_DayLightSaving_SUB1H) || \
#define RTC_DayLightSaving_SUB1H
#define 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))
#define RTC_StoreOperation_Set
#define RTC_StoreOperation_Reset

Definition at line 520 of file stm32f30x_rtc.h.

#define IS_RTC_STORE_OPERATION (   OPERATION)
Value:
(((OPERATION) == RTC_StoreOperation_Reset) || \
((OPERATION) == RTC_StoreOperation_Set))
#define RTC_StoreOperation_Set
#define RTC_StoreOperation_Reset

Definition at line 521 of file stm32f4xx_rtc.h.

#define RTC_DayLightSaving_ADD1H   ((uint32_t)0x00010000)

Definition at line 514 of file stm32f30x_rtc.h.

#define RTC_DayLightSaving_ADD1H   ((uint32_t)0x00010000)

Definition at line 515 of file stm32f4xx_rtc.h.

#define RTC_DayLightSaving_SUB1H   ((uint32_t)0x00020000)

Definition at line 513 of file stm32f30x_rtc.h.

#define RTC_DayLightSaving_SUB1H   ((uint32_t)0x00020000)

Definition at line 514 of file stm32f4xx_rtc.h.

#define RTC_StoreOperation_Reset   ((uint32_t)0x00000000)

Definition at line 518 of file stm32f30x_rtc.h.

#define RTC_StoreOperation_Reset   ((uint32_t)0x00000000)

Definition at line 519 of file stm32f4xx_rtc.h.

#define RTC_StoreOperation_Set   ((uint32_t)0x00040000)

Definition at line 519 of file stm32f30x_rtc.h.

#define RTC_StoreOperation_Set   ((uint32_t)0x00040000)

Definition at line 520 of file stm32f4xx_rtc.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54