STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | RTC_TR_RESERVED_MASK |
#define | RTC_DR_RESERVED_MASK |
#define | RTC_ISR_RESERVED_MASK ((uint32_t)(RTC_FLAGS_MASK | RTC_ISR_INIT)) |
#define | RTC_INIT_MASK 0xFFFFFFFFU |
#define | RTC_RSF_MASK ((uint32_t)~(RTC_ISR_INIT | RTC_ISR_RSF)) |
#define | RTC_FLAGS_MASK |
#define | RTC_TIMEOUT_VALUE 1000U |
#define | RTC_EXTI_LINE_ALARM_EVENT EXTI_IMR_MR17 |
#define RTC_TR_RESERVED_MASK |
#include <stm32f4xx_hal_rtc.h>
Definition at line 773 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_GetTime(), HAL_RTC_SetTime(), and HAL_RTCEx_GetTimeStamp().
#define RTC_DR_RESERVED_MASK |
#include <stm32f4xx_hal_rtc.h>
Definition at line 777 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_GetDate(), HAL_RTC_SetDate(), and HAL_RTCEx_GetTimeStamp().
#define RTC_ISR_RESERVED_MASK ((uint32_t)(RTC_FLAGS_MASK | RTC_ISR_INIT)) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 781 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_WaitForSynchro().
#define RTC_INIT_MASK 0xFFFFFFFFU |
#include <stm32f4xx_hal_rtc.h>
Definition at line 782 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_InitTick(), and HAL_RTC_AlarmAEventCallback().
#define RTC_RSF_MASK ((uint32_t)~(RTC_ISR_INIT | RTC_ISR_RSF)) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 783 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_WaitForSynchro().
#define RTC_FLAGS_MASK |
#include <stm32f4xx_hal_rtc.h>
Definition at line 784 of file stm32f4xx_hal_rtc.h.
#define RTC_TIMEOUT_VALUE 1000U |
#include <stm32f4xx_hal_rtc.h>
Definition at line 792 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_DeactivateAlarm(), HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), HAL_RTC_WaitForSynchro(), HAL_RTCEx_DeactivateWakeUpTimer(), HAL_RTCEx_SetSmoothCalib(), HAL_RTCEx_SetSynchroShift(), HAL_RTCEx_SetWakeUpTimer(), HAL_RTCEx_SetWakeUpTimer_IT(), and RTC_EnterInitMode().
#define RTC_EXTI_LINE_ALARM_EVENT EXTI_IMR_MR17 |
#include <stm32f4xx_hal_rtc.h>
External interrupt line 17 Connected to the RTC Alarm event
Definition at line 794 of file stm32f4xx_hal_rtc.h.