HAL_RCC_GetPCLK1Freq
uint32_t HAL_RCC_GetPCLK1Freq (void )
Returns the PCLK1 frequency.
Each time PCLK1 changes, this function must be called to
update the right PCLK1 value. Otherwise, any configuration
based on this function will be incorrect.
HAL_RCC_GetPCLK2Freq
uint32_t HAL_RCC_GetPCLK2Freq (void )
Returns the PCLK2 frequency.
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.
HAL_RCC_GetOscConfig
void HAL_RCC_GetOscConfig (RCC_OscInitTypeDef *
RCC_OscInitStruct)
Configures the RCC_OscInitStruct according to the internal RCC
configuration registers.
RCC_OscInitStruct: pointer to an RCC_OscInitTypeDef
structure that will be configured.
HAL_RCC_GetClockConfig
void HAL_RCC_GetClockConfig (RCC_ClkInitTypeDef *
RCC_ClkInitStruct, uint32_t * pFLatency)
Configures the RCC_ClkInitStruct according to the internal RCC
configuration registers.
RCC_ClkInitStruct: pointer to an RCC_ClkInitTypeDef
structure that will be configured.
pFLatency: Pointer on the Flash Latency.
HAL_RCC_NMI_IRQHandler
void HAL_RCC_NMI_IRQHandler (void )
This function handles the RCC CSS interrupt request.
This API should be called under the NMI_Handler().