STM32F479xx HAL User Manual
|
Defines | |
#define | RTC_ASYNCH_PRESC_DEFAULT 0x0000007FU |
#define | RTC_SYNCH_PRESC_DEFAULT 0x000000FFU |
#define | RTC_INITMODE_TIMEOUT 1000U /* 1s when tick set to 1ms */ |
#define | RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ |
#define | RTC_INIT_MASK 0xFFFFFFFFU |
#define | RTC_RSF_MASK 0xFFFFFF5FU |
#define | RTC_WRITE_PROTECTION_DISABLE ((uint8_t)0xFFU) |
#define | RTC_WRITE_PROTECTION_ENABLE_1 ((uint8_t)0xCAU) |
#define | RTC_WRITE_PROTECTION_ENABLE_2 ((uint8_t)0x53U) |
#define | RTC_OFFSET_WEEKDAY 24U |
#define | RTC_OFFSET_DAY 16U |
#define | RTC_OFFSET_MONTH 8U |
#define | RTC_OFFSET_HOUR 16U |
#define | RTC_OFFSET_MINUTE 8U |
#define RTC_ASYNCH_PRESC_DEFAULT 0x0000007FU |
Definition at line 47 of file stm32f4xx_ll_rtc.c.
Referenced by LL_RTC_StructInit().
#define RTC_INIT_MASK 0xFFFFFFFFU |
Definition at line 48 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_EnableInitMode().
#define RTC_INITMODE_TIMEOUT 1000U /* 1s when tick set to 1ms */ |
Definition at line 51 of file stm32f4xx_ll_rtc.c.
Referenced by LL_RTC_EnterInitMode().
#define RTC_OFFSET_DAY 16U |
Definition at line 58 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_DATE_Get().
#define RTC_OFFSET_HOUR 16U |
Definition at line 60 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_ALMA_GetTime(), LL_RTC_ALMB_GetTime(), and LL_RTC_TIME_Get().
#define RTC_OFFSET_MINUTE 8U |
Definition at line 61 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_ALMA_GetTime(), LL_RTC_ALMB_GetTime(), and LL_RTC_TIME_Get().
#define RTC_OFFSET_MONTH 8U |
Definition at line 59 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_DATE_Get().
#define RTC_OFFSET_WEEKDAY 24U |
Definition at line 57 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_DATE_Get().
#define RTC_RSF_MASK 0xFFFFFF5FU |
Definition at line 49 of file stm32f4xx_ll_rtc.h.
#define RTC_SYNCH_PRESC_DEFAULT 0x000000FFU |
Definition at line 48 of file stm32f4xx_ll_rtc.c.
Referenced by LL_RTC_DeInit(), and LL_RTC_StructInit().
#define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ |
Definition at line 52 of file stm32f4xx_ll_rtc.c.
Referenced by LL_RTC_WaitForSynchro().
#define RTC_WRITE_PROTECTION_DISABLE ((uint8_t)0xFFU) |
Definition at line 52 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_EnableWriteProtection().
#define RTC_WRITE_PROTECTION_ENABLE_1 ((uint8_t)0xCAU) |
Definition at line 53 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_DisableWriteProtection().
#define RTC_WRITE_PROTECTION_ENABLE_2 ((uint8_t)0x53U) |
Definition at line 54 of file stm32f4xx_ll_rtc.h.
Referenced by LL_RTC_DisableWriteProtection().