STM32F103xB HAL User Manual
|
Defines | |
#define | RTC_ASYNCH_PRESC_DEFAULT 0x00007FFFU |
#define | RTC_INITMODE_TIMEOUT 1000U /* 1s when tick set to 1ms */ |
#define | RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ |
#define RTC_ASYNCH_PRESC_DEFAULT 0x00007FFFU |
Definition at line 48 of file stm32f1xx_ll_rtc.c.
Referenced by LL_RTC_StructInit().
#define RTC_INITMODE_TIMEOUT 1000U /* 1s when tick set to 1ms */ |
Definition at line 51 of file stm32f1xx_ll_rtc.c.
Referenced by LL_RTC_EnterInitMode(), and LL_RTC_ExitInitMode().
#define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ |
Definition at line 52 of file stm32f1xx_ll_rtc.c.
Referenced by LL_RTC_WaitForSynchro().