HAL
+
0
/4 examples
SourceVu will show references to
RTC_TIMEOUT_VALUE
from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
RTC
RTC_Alarm
RTC_Calendar
RTC_ExitStandbyWithWakeUpTimer
RTC_TimeStamp
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
RTC_TIMEOUT_VALUE
RTC_TIMEOUT_VALUE macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_rtc.h:792
#define
RTC_TIMEOUT_VALUE
1000U
Examples
RTC_TIMEOUT_VALUE
is referenced by 4 libraries and example projects:
Examples
STM32F411RE-Nucleo
Examples_LL
RTC
RTC_Alarm
RTC_Calendar
RTC_ExitStandbyWithWakeUpTimer
RTC_TimeStamp
References
from
0/4
examples
Code
Location
#define
RTC_TIMEOUT_VALUE
1000U
stm32f4xx_hal_rtc.h:792
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
RTC_TIMEOUT_VALUE
)
stm32f4xx_hal_rtc.c:1117
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
RTC_TIMEOUT_VALUE
)
stm32f4xx_hal_rtc.c:1154
__IO
uint32_t
count
=
RTC_TIMEOUT_VALUE
*
(
SystemCoreClock
/
32U
/
1000U
)
;
stm32f4xx_hal_rtc.c:1203
count
=
RTC_TIMEOUT_VALUE
*
(
SystemCoreClock
/
32U
/
1000U
)
;
stm32f4xx_hal_rtc.c:1340
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
RTC_TIMEOUT_VALUE
)
stm32f4xx_hal_rtc.c:1424
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
RTC_TIMEOUT_VALUE
)
stm32f4xx_hal_rtc.c:1452
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
RTC_TIMEOUT_VALUE
)
stm32f4xx_hal_rtc.c:1689
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
RTC_TIMEOUT_VALUE
)
stm32f4xx_hal_rtc.c:1830
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
RTC_TIMEOUT_VALUE
)
stm32f4xx_hal_rtc_ex.c:889
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
RTC_TIMEOUT_VALUE
)
stm32f4xx_hal_rtc_ex.c:916
__IO
uint32_t
count
=
RTC_TIMEOUT_VALUE
*
(
SystemCoreClock
/
32U
/
1000U
)
;
stm32f4xx_hal_rtc_ex.c:963
count
=
RTC_TIMEOUT_VALUE
*
(
SystemCoreClock
/
32U
/
1000U
)
;
stm32f4xx_hal_rtc_ex.c:1006
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
RTC_TIMEOUT_VALUE
)
stm32f4xx_hal_rtc_ex.c:1086
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
RTC_TIMEOUT_VALUE
)
stm32f4xx_hal_rtc_ex.c:1437
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
RTC_TIMEOUT_VALUE
)
stm32f4xx_hal_rtc_ex.c:1505
Call Tree
from
0/4
examples
All items filtered out
All items filtered out
Data Use
from
0/4
examples
All items filtered out
All items filtered out
Class Tree
from
0/4
examples
All items filtered out
All items filtered out
Override Tree
from
0/4
examples
All items filtered out
All items filtered out
Implementations
from
0/4
examples
All items filtered out
All items filtered out
Instances
from
0/4
examples
Lifecycle
from
0/4
examples
All items filtered out
All items filtered out