STM32L486xx HAL User Manual
Data Fields
RCC_PLLSAI2InitTypeDef Struct Reference

PLLSAI2 Clock structure definition. More...

#include <stm32l4xx_hal_rcc_ex.h>

Data Fields

uint32_t PLLSAI2Source
uint32_t PLLSAI2M
uint32_t PLLSAI2N
uint32_t PLLSAI2P
uint32_t PLLSAI2R
uint32_t PLLSAI2ClockOut

Detailed Description

PLLSAI2 Clock structure definition.

Definition at line 99 of file stm32l4xx_hal_rcc_ex.h.


Field Documentation

PLLSAIClockOut: specifies PLLSAI2 output clock to be enabled. This parameter must be a value of PLLSAI2 Clock Output

Definition at line 127 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_EnablePLLSAI2(), and RCCEx_PLLSAI2_Config().

PLLSAI2M: specifies the division factor for PLLSAI2 input clock. This parameter must be a number between Min_Data = 1 and Max_Data = 8

Definition at line 109 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_EnablePLLSAI2(), HAL_RCCEx_GetPeriphCLKConfig(), and RCCEx_PLLSAI2_Config().

PLLSAI2N: specifies the multiplication factor for PLLSAI2 VCO output clock. This parameter must be a number between 8 and 86 or 127 depending on devices.

Definition at line 113 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_EnablePLLSAI2(), HAL_RCCEx_GetPeriphCLKConfig(), and RCCEx_PLLSAI2_Config().

PLLSAI2P: specifies the division factor for SAI clock. This parameter must be a value of PLLP Clock Divider

Definition at line 116 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_EnablePLLSAI2(), HAL_RCCEx_GetPeriphCLKConfig(), and RCCEx_PLLSAI2_Config().

PLLSAI2R: specifies the division factor for ADC clock. This parameter must be a value of PLLR Clock Divider

Definition at line 124 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_EnablePLLSAI2(), HAL_RCCEx_GetPeriphCLKConfig(), and RCCEx_PLLSAI2_Config().

PLLSAI2Source: PLLSAI2 entry clock source. This parameter must be a value of PLL Clock Source

Definition at line 102 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_EnablePLLSAI2(), HAL_RCCEx_GetPeriphCLKConfig(), and RCCEx_PLLSAI2_Config().


The documentation for this struct was generated from the following file: