STM32G474xx HAL用户手册
定义
闹钟输出
RTC导出常量

定义

#define LL_RTC_ALARMOUT_DISABLE   0x00000000U
#define LL_RTC_ALARMOUT_ALMA   RTC_CR_OSEL_0
#define LL_RTC_ALARMOUT_ALMB   RTC_CR_OSEL_1
#define LL_RTC_ALARMOUT_WAKEUP   RTC_CR_OSEL

定义文档

#define LL_RTC_ALARMOUT_ALMA   RTC_CR_OSEL_0

闹钟A输出已启用

Definition at line 318 of file stm32g4xx_ll_rtc.h.

#define LL_RTC_ALARMOUT_ALMB   RTC_CR_OSEL_1

闹钟B输出已启用

Definition at line 319 of file stm32g4xx_ll_rtc.h.

#define LL_RTC_ALARMOUT_DISABLE   0x00000000U

输出已禁用

Definition at line 317 of file stm32g4xx_ll_rtc.h.

#define LL_RTC_ALARMOUT_WAKEUP   RTC_CR_OSEL

唤醒输出已启用

Definition at line 320 of file stm32g4xx_ll_rtc.h.