/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 642 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 669 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 795 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 822 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 814 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 825 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 811 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 838 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 799 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 826 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT ((uint32_t) 1000U) /* 1s when tick set to 1ms */ macro 827 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 854 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT ((uint32_t) 1000U) /* 1s when tick set to 1ms */ macro 818 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 845 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT ((uint32_t) 1000U) /* 1s when tick set to 1ms */ macro 818 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 845 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT ((uint32_t) 1000U) /* 1s when tick set to 1ms */ macro 811 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 838 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT ((uint32_t) 1000U) /* 1s when tick set to 1ms */ macro 815 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro() 842 timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_rtc.c | 52 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 496 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 646 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 772 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT ((uint32_t) 1000U) /* 1s when tick set to 1ms */ macro 807 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 795 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 804 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT ((uint32_t) 1000U) /* 1s when tick set to 1ms */ macro 811 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 795 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 792 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_rtc.c | 51 #define RTC_SYNCHRO_TIMEOUT 1000U /* 1s when tick set to 1ms */ macro 792 __IO uint32_t timeout = RTC_SYNCHRO_TIMEOUT; in LL_RTC_WaitForSynchro()
|