|
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... | |
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.
| HAL_StatusTypeDef HAL_RCCEx_DisablePLLI2S | ( | void | ) |
| HAL_StatusTypeDef HAL_RCCEx_DisablePLLSAI | ( | void | ) |
| HAL_StatusTypeDef HAL_RCCEx_EnablePLLI2S | ( | RCC_PLLI2SInitTypeDef * | PLLI2SInit | ) |
Enable PLLI2S.
| PLLI2SInit | pointer to an RCC_PLLI2SInitTypeDef structure that contains the configuration information for the PLLI2S |
| HAL | status |
Definition at line 2846 of file stm32f4xx_hal_rcc_ex.c.
| HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI | ( | RCC_PLLSAIInitTypeDef * | PLLSAIInit | ) |
Enable PLLSAI.
| PLLSAIInit | pointer to an RCC_PLLSAIInitTypeDef structure that contains the configuration information for the PLLSAI |
| HAL | status |
Definition at line 2959 of file stm32f4xx_hal_rcc_ex.c.