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

◆ IS_RTC_DAYLIGHT_SAVING [1/2]

#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.

◆ IS_RTC_DAYLIGHT_SAVING [2/2]

#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.

◆ IS_RTC_STORE_OPERATION [1/2]

#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.

◆ IS_RTC_STORE_OPERATION [2/2]

#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.

◆ RTC_DayLightSaving_ADD1H [1/2]

#define RTC_DayLightSaving_ADD1H   ((uint32_t)0x00010000)

Definition at line 514 of file stm32f30x_rtc.h.

◆ RTC_DayLightSaving_ADD1H [2/2]

#define RTC_DayLightSaving_ADD1H   ((uint32_t)0x00010000)

Definition at line 515 of file stm32f4xx_rtc.h.

◆ RTC_DayLightSaving_SUB1H [1/2]

#define RTC_DayLightSaving_SUB1H   ((uint32_t)0x00020000)

Definition at line 513 of file stm32f30x_rtc.h.

◆ RTC_DayLightSaving_SUB1H [2/2]

#define RTC_DayLightSaving_SUB1H   ((uint32_t)0x00020000)

Definition at line 514 of file stm32f4xx_rtc.h.

◆ RTC_StoreOperation_Reset [1/2]

#define RTC_StoreOperation_Reset   ((uint32_t)0x00000000)

Definition at line 518 of file stm32f30x_rtc.h.

◆ RTC_StoreOperation_Reset [2/2]

#define RTC_StoreOperation_Reset   ((uint32_t)0x00000000)

Definition at line 519 of file stm32f4xx_rtc.h.

◆ RTC_StoreOperation_Set [1/2]

#define RTC_StoreOperation_Set   ((uint32_t)0x00040000)

Definition at line 519 of file stm32f30x_rtc.h.

◆ RTC_StoreOperation_Set [2/2]

#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 Mon Feb 28 2022 23:36:15