HAL
+
0
/5 examples
SourceVu will show references to
HAL_RCC_GetPCLK2Freq()
from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
TIM_InputCapture
STM32469I_EVAL
Examples
TIM
TIM_InputCapture
STM324x9I_EVAL
Examples
TIM
TIM_InputCapture
STM324xG_EVAL
Examples
SMARTCARD
SMARTCARD_T0
TIM
TIM_InputCapture
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
HAL_RCC_GetPCLK2Freq()
HAL_RCC_GetPCLK2Freq() function
Returns the PCLK2 frequency
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_rcc.h:1259
uint32_t
HAL_RCC_GetPCLK2Freq
(
void
)
;
Implemented in
stm32f4xx_hal_rcc.c:964
Return value
PCLK2 frequency
Notes
Each time PCLK2 changes, this function must be called to update the right PCLK2 value. Otherwise, any configuration based on this function will be incorrect.
Examples
HAL_RCC_GetPCLK2Freq()
is referenced by 5 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out