STM32G474xx HAL 用户手册
宏定义
RTC 标志定义
RTC 导出的常量

元素值约定:000000XX000YYYYYb。 更多...

宏定义

#define RTC_FLAG_RECALPF   (0x00000100U | RTC_ICSR_RECALPF_Pos)
#define RTC_FLAG_INITF   (0x00000100U | RTC_ICSR_INITF_Pos)
#define RTC_FLAG_RSF   (0x00000100U | RTC_ICSR_RSF_Pos)
#define RTC_FLAG_INITS   (0x00000100U | RTC_ICSR_INITS_Pos)
#define RTC_FLAG_SHPF   (0x00000100U | RTC_ICSR_SHPF_Pos)
#define RTC_FLAG_WUTWF   (0x00000100U | RTC_ICSR_WUTWF_Pos)
#define RTC_FLAG_ALRBWF   (0x00000100U | RTC_ICSR_ALRBWF_Pos)
#define RTC_FLAG_ALRAWF   (0x00000100U | RTC_ICSR_ALRAWF_Pos)
#define RTC_FLAG_ITSF   (0x00000200U | RTC_SR_ITSF_Pos)
#define RTC_FLAG_TSOVF   (0x00000200U | RTC_SR_TSOVF_Pos)
#define RTC_FLAG_TSF   (0x00000200U | RTC_SR_TSF_Pos)
#define RTC_FLAG_WUTF   (0x00000200U | RTC_SR_WUTF_Pos)
#define RTC_FLAG_ALRBF   (0x00000200U | RTC_SR_ALRBF_Pos)
#define RTC_FLAG_ALRAF   (0x00000200U | RTC_SR_ALRAF_Pos)

详细描述

元素值约定:000000XX000YYYYYb。


宏定义文档

#define RTC_FLAG_ALRAF   (0x00000200U | RTC_SR_ALRAF_Pos)

闹钟 A 标志

定义位于文件 500stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_ALRAWF   (0x00000100U | RTC_ICSR_ALRAWF_Pos)

闹钟 A 写入标志

定义位于文件 494stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_ALRBF   (0x00000200U | RTC_SR_ALRBF_Pos)

闹钟 B 标志

定义位于文件 499stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_ALRBWF   (0x00000100U | RTC_ICSR_ALRBWF_Pos)

闹钟 B 写入标志

定义位于文件 493stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_INITF   (0x00000100U | RTC_ICSR_INITF_Pos)

初始化标志

定义位于文件 488stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_INITS   (0x00000100U | RTC_ICSR_INITS_Pos)

初始化状态标志

定义位于文件 490stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_ITSF   (0x00000200U | RTC_SR_ITSF_Pos)

内部时间戳标志

定义位于文件 495stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_RECALPF   (0x00000100U | RTC_ICSR_RECALPF_Pos)

重新校准待处理标志

定义位于文件 487stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_RSF   (0x00000100U | RTC_ICSR_RSF_Pos)

寄存器同步标志

定义位于文件 489stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_SHPF   (0x00000100U | RTC_ICSR_SHPF_Pos)

移位操作待处理标志

定义位于文件 491stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_TSF   (0x00000200U | RTC_SR_TSF_Pos)

时间戳标志

定义位于文件 497stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_TSOVF   (0x00000200U | RTC_SR_TSOVF_Pos)

时间戳溢出标志

定义位于文件 496stm32g4xx_hal_rtc.h 中。

#define RTC_FLAG_WUTF   (0x00000200U | RTC_SR_WUTF_Pos)

唤醒定时器标志

定义位于文件 498stm32g4xx_hal_rtc.h 中。

被引用自 HAL_RTCEx_SetWakeUpTimer_IT()

#define RTC_FLAG_WUTWF   (0x00000100U | RTC_ICSR_WUTWF_Pos)

唤醒定时器写入标志

定义位于文件 492stm32g4xx_hal_rtc.h 中。