Macros
Collaboration diagram for RTC_Tamper_Pin_Selection:

Macros

#define IS_RTC_TAMPER_PIN(PIN)
 
#define RTC_TamperPin_PC13   ((uint32_t)0x00000000)
 
#define RTC_TamperPin_PI8   ((uint32_t)0x00010000)
 

Detailed Description

Macro Definition Documentation

#define IS_RTC_TAMPER_PIN (   PIN)
Value:
(((PIN) == RTC_TamperPin_PC13) || \
((PIN) == RTC_TamperPin_PI8))
#define RTC_TamperPin_PI8
#define RTC_TamperPin_PC13

Definition at line 644 of file stm32f4xx_rtc.h.

#define RTC_TamperPin_PC13   ((uint32_t)0x00000000)

Definition at line 642 of file stm32f4xx_rtc.h.

#define RTC_TamperPin_PI8   ((uint32_t)0x00010000)

Definition at line 643 of file stm32f4xx_rtc.h.



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