Macros
RTCEx Private Constants
Collaboration diagram for RTCEx Private Constants:

Macros

#define RTC_EXTI_LINE_TAMPER_TIMESTAMP_EVENT   ((uint32_t)EXTI_IMR_MR21)
 
#define RTC_EXTI_LINE_TAMPER_TIMESTAMP_EVENT   ((uint32_t)EXTI_IMR_IM21)
 
#define RTC_EXTI_LINE_WAKEUPTIMER_EVENT   ((uint32_t)EXTI_IMR_MR22)
 
#define RTC_EXTI_LINE_WAKEUPTIMER_EVENT   ((uint32_t)EXTI_IMR_IM22)
 
#define RTC_TAMPCR_TAMPXE   ((uint32_t) (RTC_TAMPCR_TAMP3E | RTC_TAMPCR_TAMP2E | RTC_TAMPCR_TAMP1E))
 
#define RTC_TAMPCR_TAMPXIE   ((uint32_t) (RTC_TAMPER1_INTERRUPT | RTC_TAMPER2_INTERRUPT | RTC_TAMPER3_INTERRUPT | RTC_ALL_TAMPER_INTERRUPT))
 

Detailed Description

Macro Definition Documentation

◆ RTC_EXTI_LINE_TAMPER_TIMESTAMP_EVENT [1/2]

#define RTC_EXTI_LINE_TAMPER_TIMESTAMP_EVENT   ((uint32_t)EXTI_IMR_MR21)

External interrupt line 21 Connected to the RTC Tamper and Time Stamp events

Definition at line 884 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_EXTI_LINE_TAMPER_TIMESTAMP_EVENT [2/2]

#define RTC_EXTI_LINE_TAMPER_TIMESTAMP_EVENT   ((uint32_t)EXTI_IMR_IM21)

External interrupt line 21 Connected to the RTC Tamper and Time Stamp events

Definition at line 909 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_EXTI_LINE_WAKEUPTIMER_EVENT [1/2]

#define RTC_EXTI_LINE_WAKEUPTIMER_EVENT   ((uint32_t)EXTI_IMR_MR22)

External interrupt line 22 Connected to the RTC Wake-up event

Definition at line 885 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_EXTI_LINE_WAKEUPTIMER_EVENT [2/2]

#define RTC_EXTI_LINE_WAKEUPTIMER_EVENT   ((uint32_t)EXTI_IMR_IM22)

External interrupt line 22 Connected to the RTC Wake-up event

Definition at line 910 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_TAMPCR_TAMPXE

#define RTC_TAMPCR_TAMPXE   ((uint32_t) (RTC_TAMPCR_TAMP3E | RTC_TAMPCR_TAMP2E | RTC_TAMPCR_TAMP1E))

Definition at line 920 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_TAMPCR_TAMPXIE

#define RTC_TAMPCR_TAMPXIE   ((uint32_t) (RTC_TAMPER1_INTERRUPT | RTC_TAMPER2_INTERRUPT | RTC_TAMPER3_INTERRUPT | RTC_ALL_TAMPER_INTERRUPT))

Definition at line 921 of file stm32f7xx_hal_rtc_ex.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:07