|
STM32L443xx 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 339 of file stm32l4xx_ll_rtc.h.
| #define LL_RTC_ALARMOUT_ALMB RTC_CR_OSEL_1 |
Alarm B output enabled
Definition at line 340 of file stm32l4xx_ll_rtc.h.
| #define LL_RTC_ALARMOUT_DISABLE 0x00000000U |
Output disabled
Definition at line 338 of file stm32l4xx_ll_rtc.h.
| #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL |
Wakeup output enabled
Definition at line 341 of file stm32l4xx_ll_rtc.h.
1.7.6.1