HAL
+
0
/1 examples
SourceVu will show references to
CLOCKSWITCH_TIMEOUT_VALUE
from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
RCC
RCC_UseHSI_PLLasSystemClock
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
CLOCKSWITCH_TIMEOUT_VALUE
CLOCKSWITCH_TIMEOUT_VALUE macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_rcc.h:1334
#define
CLOCKSWITCH_TIMEOUT_VALUE
5000U
Examples
CLOCKSWITCH_TIMEOUT_VALUE
is referenced by 1 libraries and example projects:
Examples
STM32F411RE-Nucleo
Examples_LL
RCC
RCC_UseHSI_PLLasSystemClock
References
from
0/1
examples
Code
Location
#define
CLOCKSWITCH_TIMEOUT_VALUE
5000U
/* 5 s */
stm32f4xx_hal_rcc.h:1334
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
CLOCKSWITCH_TIMEOUT_VALUE
)
stm32f4xx_hal_rcc.c:683
if
(
(
HAL_GetTick
(
)
-
tickstart
)
>
CLOCKSWITCH_TIMEOUT_VALUE
)
stm32f4xx_hal_rcc_ex.c:3198
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out