Hal Drivers for L4

Dependents:   BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo

Fork of STM32L4xx_HAL_Driver by Senior Design: Sound Monitor

Embed: (wiki syntax)

« Back to documentation index

RCCEx Private Functions

RCCEx Private Functions
[RCCEx]

Functions

static HAL_StatusTypeDef RCCEx_PLLSAI1_ConfigNP (RCC_PLLSAI1InitTypeDef *PllSai1)
 Configure the parameters N & P of PLLSAI1 and enable PLLSAI1 output clock(s).
static HAL_StatusTypeDef RCCEx_PLLSAI1_ConfigNQ (RCC_PLLSAI1InitTypeDef *PllSai1)
 Configure the parameters N & Q of PLLSAI1 and enable PLLSAI1 output clock(s).
static HAL_StatusTypeDef RCCEx_PLLSAI1_ConfigNR (RCC_PLLSAI1InitTypeDef *PllSai1)
 Configure the parameters N & R of PLLSAI1 and enable PLLSAI1 output clock(s).
static HAL_StatusTypeDef RCCEx_PLLSAI2_ConfigNP (RCC_PLLSAI2InitTypeDef *PllSai2)
 Configure the parameters N & P of PLLSAI2 and enable PLLSAI2 output clock(s).
static HAL_StatusTypeDef RCCEx_PLLSAI2_ConfigNR (RCC_PLLSAI2InitTypeDef *PllSai2)
 Configure the parameters N & R of PLLSAI2 and enable PLLSAI2 output clock(s).

Function Documentation

static HAL_StatusTypeDef RCCEx_PLLSAI1_ConfigNP ( RCC_PLLSAI1InitTypeDef *  PllSai1 ) [static]

Configure the parameters N & P of PLLSAI1 and enable PLLSAI1 output clock(s).

Parameters:
PllSai1pointer to an RCC_PLLSAI1InitTypeDef structure that contains the configuration parameters N & P as well as PLLSAI1 output clock(s)
Note:
PLLSAI1 is temporary disable to apply new parameters
Return values:
HALstatus

Definition at line 1655 of file stm32l4xx_hal_rcc_ex.c.

static HAL_StatusTypeDef RCCEx_PLLSAI1_ConfigNQ ( RCC_PLLSAI1InitTypeDef *  PllSai1 ) [static]

Configure the parameters N & Q of PLLSAI1 and enable PLLSAI1 output clock(s).

Parameters:
PllSai1pointer to an RCC_PLLSAI1InitTypeDef structure that contains the configuration parameters N & Q as well as PLLSAI1 output clock(s)
Note:
PLLSAI1 is temporary disable to apply new parameters
Return values:
HALstatus

Definition at line 1723 of file stm32l4xx_hal_rcc_ex.c.

static HAL_StatusTypeDef RCCEx_PLLSAI1_ConfigNR ( RCC_PLLSAI1InitTypeDef *  PllSai1 ) [static]

Configure the parameters N & R of PLLSAI1 and enable PLLSAI1 output clock(s).

Parameters:
PllSai1pointer to an RCC_PLLSAI1InitTypeDef structure that contains the configuration parameters N & R as well as PLLSAI1 output clock(s)
Note:
PLLSAI1 is temporary disable to apply new parameters
Return values:
HALstatus

Definition at line 1791 of file stm32l4xx_hal_rcc_ex.c.

static HAL_StatusTypeDef RCCEx_PLLSAI2_ConfigNP ( RCC_PLLSAI2InitTypeDef *  PllSai2 ) [static]

Configure the parameters N & P of PLLSAI2 and enable PLLSAI2 output clock(s).

Parameters:
PllSai2pointer to an RCC_PLLSAI2InitTypeDef structure that contains the configuration parameters N & P as well as PLLSAI2 output clock(s)
Note:
PLLSAI2 is temporary disable to apply new parameters
Return values:
HALstatus

Definition at line 1859 of file stm32l4xx_hal_rcc_ex.c.

static HAL_StatusTypeDef RCCEx_PLLSAI2_ConfigNR ( RCC_PLLSAI2InitTypeDef *  PllSai2 ) [static]

Configure the parameters N & R of PLLSAI2 and enable PLLSAI2 output clock(s).

Parameters:
PllSai2pointer to an RCC_PLLSAI2InitTypeDef structure that contains the configuration parameters N & R as well as PLLSAI2 output clock(s)
Note:
PLLSAI2 is temporary disable to apply new parameters
Return values:
HALstatus

Definition at line 1927 of file stm32l4xx_hal_rcc_ex.c.