STM32F4xx_HAL_Driver  1.8.3

Extended Clock management functions. More...

+ Collaboration diagram for Extended Clock management functions:

Functions

HAL_StatusTypeDef HAL_RCCEx_EnablePLLI2S (RCC_PLLI2SInitTypeDef *PLLI2SInit)
 Enable PLLI2S. More...
 
HAL_StatusTypeDef HAL_RCCEx_DisablePLLI2S (void)
 Disable PLLI2S. More...
 
HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI (RCC_PLLSAIInitTypeDef *PLLSAIInit)
 Enable PLLSAI. More...
 
HAL_StatusTypeDef HAL_RCCEx_DisablePLLSAI (void)
 Disable PLLSAI. More...
 

Detailed Description

Extended Clock management functions.

 ===============================================================================
                ##### Extended clock management functions  #####
 ===============================================================================
    [..]
    This subsection provides a set of functions allowing to control the
    activation or deactivation of PLLI2S, PLLSAI.

Function Documentation

◆ HAL_RCCEx_DisablePLLI2S()

HAL_StatusTypeDef HAL_RCCEx_DisablePLLI2S ( void  )

Disable PLLI2S.

Return values
HALstatus

Definition at line 2929 of file stm32f4xx_hal_rcc_ex.c.

◆ HAL_RCCEx_DisablePLLSAI()

HAL_StatusTypeDef HAL_RCCEx_DisablePLLSAI ( void  )

Disable PLLSAI.

Return values
HALstatus

Definition at line 3033 of file stm32f4xx_hal_rcc_ex.c.

◆ HAL_RCCEx_EnablePLLI2S()

HAL_StatusTypeDef HAL_RCCEx_EnablePLLI2S ( RCC_PLLI2SInitTypeDef PLLI2SInit)

Enable PLLI2S.

Parameters
PLLI2SInitpointer to an RCC_PLLI2SInitTypeDef structure that contains the configuration information for the PLLI2S
Return values
HALstatus

Definition at line 2846 of file stm32f4xx_hal_rcc_ex.c.

◆ HAL_RCCEx_EnablePLLSAI()

HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI ( RCC_PLLSAIInitTypeDef PLLSAIInit)

Enable PLLSAI.

Parameters
PLLSAIInitpointer to an RCC_PLLSAIInitTypeDef structure that contains the configuration information for the PLLSAI
Return values
HALstatus

Definition at line 2959 of file stm32f4xx_hal_rcc_ex.c.