STM32H735xx HAL User Manual
Functions
RCCEx Private Functions
RCCEx

Functions

void HAL_RCCEx_LSECSS_IRQHandler (void)
 Handle the RCC LSE Clock Security System interrupt request.
__weak void HAL_RCCEx_LSECSS_Callback (void)
 RCCEx LSE Clock Security System interrupt callback.
static HAL_StatusTypeDef RCCEx_PLL2_Config (RCC_PLL2InitTypeDef *pll2, uint32_t Divider)
 Configure the PLL2 VCI,VCO ranges, multiplication and division factors and enable it.
static HAL_StatusTypeDef RCCEx_PLL3_Config (RCC_PLL3InitTypeDef *pll3, uint32_t Divider)
 Configure the PLL3 VCI,VCO ranges, multiplication and division factors and enable it.

Function Documentation

__weak void HAL_RCCEx_LSECSS_Callback ( void  )

RCCEx LSE Clock Security System interrupt callback.

Return values:
none

Definition at line 3736 of file stm32h7xx_hal_rcc_ex.c.

Referenced by HAL_RCCEx_LSECSS_IRQHandler().

void HAL_RCCEx_LSECSS_IRQHandler ( void  )

Handle the RCC LSE Clock Security System interrupt request.

Return values:
None

Definition at line 3717 of file stm32h7xx_hal_rcc_ex.c.

References __HAL_RCC_CLEAR_IT, __HAL_RCC_GET_IT, HAL_RCCEx_LSECSS_Callback(), and RCC_IT_LSECSS.

static HAL_StatusTypeDef RCCEx_PLL2_Config ( RCC_PLL2InitTypeDef pll2,
uint32_t  Divider 
) [static]
static HAL_StatusTypeDef RCCEx_PLL3_Config ( RCC_PLL3InitTypeDef pll3,
uint32_t  Divider 
) [static]