RTEMS 6.1-rc1
Macros
HAL RTC Aliased Macros maintained for legacy purpose

Macros

#define __HAL_RTC_CLEAR_FLAG   __HAL_RTC_EXTI_CLEAR_FLAG
 
#define __HAL_RTC_DISABLE_IT   __HAL_RTC_EXTI_DISABLE_IT
 
#define __HAL_RTC_ENABLE_IT   __HAL_RTC_EXTI_ENABLE_IT
 
#define __HAL_RTC_EXTI_CLEAR_FLAG(__EXTI_LINE__)
 
#define __HAL_RTC_EXTI_ENABLE_IT(__EXTI_LINE__)
 
#define __HAL_RTC_EXTI_DISABLE_IT(__EXTI_LINE__)
 
#define __HAL_RTC_EXTI_GET_FLAG(__EXTI_LINE__)
 
#define __HAL_RTC_EXTI_GENERATE_SWIT(__EXTI_LINE__)
 
#define IS_ALARM   IS_RTC_ALARM
 
#define IS_ALARM_MASK   IS_RTC_ALARM_MASK
 
#define IS_TAMPER   IS_RTC_TAMPER
 
#define IS_TAMPER_ERASE_MODE   IS_RTC_TAMPER_ERASE_MODE
 
#define IS_TAMPER_FILTER   IS_RTC_TAMPER_FILTER
 
#define IS_TAMPER_INTERRUPT   IS_RTC_TAMPER_INTERRUPT
 
#define IS_TAMPER_MASKFLAG_STATE   IS_RTC_TAMPER_MASKFLAG_STATE
 
#define IS_TAMPER_PRECHARGE_DURATION   IS_RTC_TAMPER_PRECHARGE_DURATION
 
#define IS_TAMPER_PULLUP_STATE   IS_RTC_TAMPER_PULLUP_STATE
 
#define IS_TAMPER_SAMPLING_FREQ   IS_RTC_TAMPER_SAMPLING_FREQ
 
#define IS_TAMPER_TIMESTAMPONTAMPER_DETECTION   IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION
 
#define IS_TAMPER_TRIGGER   IS_RTC_TAMPER_TRIGGER
 
#define IS_WAKEUP_CLOCK   IS_RTC_WAKEUP_CLOCK
 
#define IS_WAKEUP_COUNTER   IS_RTC_WAKEUP_COUNTER
 
#define __RTC_WRITEPROTECTION_ENABLE   __HAL_RTC_WRITEPROTECTION_ENABLE
 
#define __RTC_WRITEPROTECTION_DISABLE   __HAL_RTC_WRITEPROTECTION_DISABLE
 

Detailed Description

Macro Definition Documentation

◆ __HAL_RTC_EXTI_CLEAR_FLAG

#define __HAL_RTC_EXTI_CLEAR_FLAG (   __EXTI_LINE__)
Value:
#define __HAL_RTC_WAKEUPTIMER_EXTI_CLEAR_FLAG()
Clear the RTC WakeUp Timer associated Exti line flag.
Definition: stm32h7xx_hal_rtc_ex.h:1482
#define __HAL_RTC_TAMPER_TIMESTAMP_EXTI_CLEAR_FLAG()
Clear the RTC Tamper and Timestamp associated Exti line flag.
Definition: stm32h7xx_hal_rtc_ex.h:1651
#define RTC_EXTI_LINE_WAKEUPTIMER_EVENT
Definition: stm32h7xx_hal_rtc_ex.h:1837
#define __HAL_RTC_ALARM_EXTI_CLEAR_FLAG()
Clear the RTC Alarm associated Exti line flag.
Definition: stm32h7xx_hal_rtc.h:903
#define RTC_EXTI_LINE_ALARM_EVENT
Definition: stm32h7xx_hal_rtc.h:1039

◆ __HAL_RTC_EXTI_DISABLE_IT

#define __HAL_RTC_EXTI_DISABLE_IT (   __EXTI_LINE__)
Value:
#define __HAL_RTC_WAKEUPTIMER_EXTI_DISABLE_IT()
Disable interrupt on the RTC WakeUp Timer associated Exti line.
Definition: stm32h7xx_hal_rtc_ex.h:1360
#define __HAL_RTC_TAMPER_TIMESTAMP_EXTI_DISABLE_IT()
Disable interrupt on the RTC Tamper and Timestamp associated Exti line.
Definition: stm32h7xx_hal_rtc_ex.h:1540
#define __HAL_RTC_ALARM_EXTI_DISABLE_IT()
Disable interrupt on the RTC Alarm associated Exti line.
Definition: stm32h7xx_hal_rtc.h:795

◆ __HAL_RTC_EXTI_ENABLE_IT

#define __HAL_RTC_EXTI_ENABLE_IT (   __EXTI_LINE__)
Value:
#define __HAL_RTC_TAMPER_TIMESTAMP_EXTI_ENABLE_IT()
Enable interrupt on the RTC Tamper and Timestamp associated Exti line.
Definition: stm32h7xx_hal_rtc_ex.h:1530
#define __HAL_RTC_WAKEUPTIMER_EXTI_ENABLE_IT()
Enable interrupt on the RTC WakeUp Timer associated Exti line.
Definition: stm32h7xx_hal_rtc_ex.h:1351
#define __HAL_RTC_ALARM_EXTI_ENABLE_IT()
Enable interrupt on the RTC Alarm associated Exti line.
Definition: stm32h7xx_hal_rtc.h:785

◆ __HAL_RTC_EXTI_GENERATE_SWIT

#define __HAL_RTC_EXTI_GENERATE_SWIT (   __EXTI_LINE__)
Value:
#define __HAL_RTC_TAMPER_TIMESTAMP_EXTI_GENERATE_SWIT()
Generate a Software interrupt on the RTC Tamper and Timestamp associated Exti line.
Definition: stm32h7xx_hal_rtc_ex.h:1673
#define __HAL_RTC_WAKEUPTIMER_EXTI_GENERATE_SWIT()
Generate a Software interrupt on the RTC WakeUp Timer associated Exti line.
Definition: stm32h7xx_hal_rtc_ex.h:1501
#define __HAL_RTC_ALARM_EXTI_GENERATE_SWIT()
Generate a Software interrupt on RTC Alarm associated Exti line.
Definition: stm32h7xx_hal_rtc.h:923

◆ __HAL_RTC_EXTI_GET_FLAG

#define __HAL_RTC_EXTI_GET_FLAG (   __EXTI_LINE__)
Value:
#define __HAL_RTC_TAMPER_TIMESTAMP_EXTI_GET_FLAG()
Check whether the RTC Tamper and Timestamp associated Exti line interrupt flag is set or not.
Definition: stm32h7xx_hal_rtc_ex.h:1641
#define __HAL_RTC_WAKEUPTIMER_EXTI_GET_FLAG()
Check whether the RTC WakeUp Timer associated Exti line interrupt flag is set or not.
Definition: stm32h7xx_hal_rtc_ex.h:1472
#define __HAL_RTC_ALARM_EXTI_GET_FLAG()
Check whether the RTC Alarm associated Exti line interrupt flag is set or not.
Definition: stm32h7xx_hal_rtc.h:893