STM32F479xx HAL User Manual
|
Defines | |
#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 |
Alarm A output enabled
Definition at line 317 of file stm32f4xx_ll_rtc.h.
#define LL_RTC_ALARMOUT_ALMB RTC_CR_OSEL_1 |
Alarm B output enabled
Definition at line 318 of file stm32f4xx_ll_rtc.h.
#define LL_RTC_ALARMOUT_DISABLE 0x00000000U |
Output disabled
Definition at line 316 of file stm32f4xx_ll_rtc.h.
#define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL |
Wakeup output enabled
Definition at line 319 of file stm32f4xx_ll_rtc.h.