TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

RCCEx Private Functions

RCCEx Private Functions
[RCCEx]

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:
PllSai1pointer to an RCC_PLLSAI1InitTypeDef structure that contains the configuration parameters N & P & optionally M as well as PLLSAI1 output clock(s)
Dividerdivider parameter to be updated
Note:
PLLSAI1 is temporary disable to apply new parameters
Return values:
HALstatus

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:
PllSai2pointer to an RCC_PLLSAI2InitTypeDef structure that contains the configuration parameters N & P & optionally M as well as PLLSAI2 output clock(s)
Dividerdivider parameter to be updated
Note:
PLLSAI2 is temporary disable to apply new parameters
Return values:
HALstatus

Definition at line 2538 of file stm32l4xx_hal_rcc_ex.c.