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.
Fork of TUKS-COURSE-TIMER by
Functions | |
static HAL_StatusTypeDef | RCCEx_PLLSAI1_Config (RCC_PLLSAI1InitTypeDef *PllSai1, uint32_t Divider) |
Configure the parameters N & P & optionally M of PLLSAI1 and enable PLLSAI1 output clock(s). | |
static HAL_StatusTypeDef | RCCEx_PLLSAI2_Config (RCC_PLLSAI2InitTypeDef *PllSai2, uint32_t Divider) |
Configure the parameters N & P & optionally M of PLLSAI2 and enable PLLSAI2 output clock(s). |
Function Documentation
static HAL_StatusTypeDef RCCEx_PLLSAI1_Config | ( | RCC_PLLSAI1InitTypeDef * | PllSai1, |
uint32_t | Divider | ||
) | [static] |
Configure the parameters N & P & optionally M of PLLSAI1 and enable PLLSAI1 output clock(s).
- Parameters:
-
PllSai1 pointer to an RCC_PLLSAI1InitTypeDef structure that contains the configuration parameters N & P & optionally M as well as PLLSAI1 output clock(s) Divider divider parameter to be updated
- Note:
- PLLSAI1 is temporary disable to apply new parameters
- Return values:
-
HAL status
Definition at line 2383 of file stm32l4xx_hal_rcc_ex.c.
static HAL_StatusTypeDef RCCEx_PLLSAI2_Config | ( | RCC_PLLSAI2InitTypeDef * | PllSai2, |
uint32_t | Divider | ||
) | [static] |
Configure the parameters N & P & optionally M of PLLSAI2 and enable PLLSAI2 output clock(s).
- Parameters:
-
PllSai2 pointer to an RCC_PLLSAI2InitTypeDef structure that contains the configuration parameters N & P & optionally M as well as PLLSAI2 output clock(s) Divider divider parameter to be updated
- Note:
- PLLSAI2 is temporary disable to apply new parameters
- Return values:
-
HAL status
Definition at line 2538 of file stm32l4xx_hal_rcc_ex.c.
Generated on Tue Jul 12 2022 17:38:54 by
