Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

PLLI2S Management function

PLLI2S Management function
[RCCEx Exported Functions]

PLLI2S Management functions. More...

Functions

HAL_StatusTypeDef HAL_RCCEx_EnablePLLI2S (RCC_PLLI2SInitTypeDef *PLLI2SInit)
 Enable PLLI2S.
HAL_StatusTypeDef HAL_RCCEx_DisablePLLI2S (void)
 Disable PLLI2S.

Detailed Description

PLLI2S Management functions.

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

Function Documentation

HAL_StatusTypeDef HAL_RCCEx_DisablePLLI2S ( void   )

Disable PLLI2S.

Note:
PLLI2S is not disabled if used by I2S2 or I2S3 Interface.
Return values:
HALstatus

Definition at line 690 of file stm32f1xx_hal_rcc_ex.c.

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
Note:
The PLLI2S configuration not modified if used by I2S2 or I2S3 Interface.
Return values:
HALstatus

Definition at line 620 of file stm32f1xx_hal_rcc_ex.c.