Macros | |
#define | LL_RTC_DIV_NONE ((uint32_t)0x00U) |
#define | LL_RTC_DIV_2 ((uint32_t)0x01UL << RTC_CFG1_DIV_Pos) |
#define | LL_RTC_DIV_4 ((uint32_t)0x02UL << RTC_CFG1_DIV_Pos) |
#define | LL_RTC_DIV_8 ((uint32_t)0x03UL << RTC_CFG1_DIV_Pos) |
#define | LL_RTC_DIV_16 ((uint32_t)0x04UL << RTC_CFG1_DIV_Pos) |
#define | LL_RTC_DIV_32 ((uint32_t)0x05UL << RTC_CFG1_DIV_Pos) |
#define | LL_RTC_DIV_64 ((uint32_t)0x06UL << RTC_CFG1_DIV_Pos) |
#define | LL_RTC_DIV_128 ((uint32_t)0x07UL << RTC_CFG1_DIV_Pos) |
#define LL_RTC_DIV_128 ((uint32_t)0x07UL << RTC_CFG1_DIV_Pos) |
#define LL_RTC_DIV_16 ((uint32_t)0x04UL << RTC_CFG1_DIV_Pos) |
#define LL_RTC_DIV_2 ((uint32_t)0x01UL << RTC_CFG1_DIV_Pos) |
#define LL_RTC_DIV_32 ((uint32_t)0x05UL << RTC_CFG1_DIV_Pos) |
#define LL_RTC_DIV_4 ((uint32_t)0x02UL << RTC_CFG1_DIV_Pos) |
#define LL_RTC_DIV_64 ((uint32_t)0x06UL << RTC_CFG1_DIV_Pos) |
#define LL_RTC_DIV_8 ((uint32_t)0x03UL << RTC_CFG1_DIV_Pos) |