Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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:
-
HAL status
Definition at line 690 of file stm32f1xx_hal_rcc_ex.c.
| HAL_StatusTypeDef HAL_RCCEx_EnablePLLI2S | ( | RCC_PLLI2SInitTypeDef * | PLLI2SInit ) |
Enable PLLI2S.
- Parameters:
-
PLLI2SInit pointer 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:
-
HAL status
Definition at line 620 of file stm32f1xx_hal_rcc_ex.c.
Generated on Tue Jul 12 2022 15:37:32 by
1.7.2