STM32H735xx 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 347 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_ALARMOUT_ALMB RTC_CR_OSEL_1 |
Alarm B output enabled
Definition at line 348 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_ALARMOUT_DISABLE 0x00000000U |
Output disabled
Definition at line 346 of file stm32h7xx_ll_rtc.h.
#define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL |
Wakeup output enabled
Definition at line 349 of file stm32h7xx_ll_rtc.h.