STM32F479xx HAL User Manual
|
Defines | |
#define | LL_RTC_WAKEUPCLOCK_DIV_16 0x00000000U |
#define | LL_RTC_WAKEUPCLOCK_DIV_8 (RTC_CR_WUCKSEL_0) |
#define | LL_RTC_WAKEUPCLOCK_DIV_4 (RTC_CR_WUCKSEL_1) |
#define | LL_RTC_WAKEUPCLOCK_DIV_2 (RTC_CR_WUCKSEL_1 | RTC_CR_WUCKSEL_0) |
#define | LL_RTC_WAKEUPCLOCK_CKSPRE (RTC_CR_WUCKSEL_2) |
#define | LL_RTC_WAKEUPCLOCK_CKSPRE_WUT (RTC_CR_WUCKSEL_2 | RTC_CR_WUCKSEL_1) |
#define LL_RTC_WAKEUPCLOCK_CKSPRE (RTC_CR_WUCKSEL_2) |
ck_spre (usually 1 Hz) clock is selected
Definition at line 526 of file stm32f4xx_ll_rtc.h.
#define LL_RTC_WAKEUPCLOCK_CKSPRE_WUT (RTC_CR_WUCKSEL_2 | RTC_CR_WUCKSEL_1) |
ck_spre (usually 1 Hz) clock is selected and 2exp16 is added to the WUT counter value
Definition at line 527 of file stm32f4xx_ll_rtc.h.
#define LL_RTC_WAKEUPCLOCK_DIV_16 0x00000000U |
RTC/16 clock is selected
Definition at line 522 of file stm32f4xx_ll_rtc.h.
#define LL_RTC_WAKEUPCLOCK_DIV_2 (RTC_CR_WUCKSEL_1 | RTC_CR_WUCKSEL_0) |
RTC/2 clock is selected
Definition at line 525 of file stm32f4xx_ll_rtc.h.
#define LL_RTC_WAKEUPCLOCK_DIV_4 (RTC_CR_WUCKSEL_1) |
RTC/4 clock is selected
Definition at line 524 of file stm32f4xx_ll_rtc.h.
#define LL_RTC_WAKEUPCLOCK_DIV_8 (RTC_CR_WUCKSEL_0) |
RTC/8 clock is selected
Definition at line 523 of file stm32f4xx_ll_rtc.h.