STM32F439xx HAL User Manual
Data Fields
RCC_PLLI2SInitTypeDef Struct Reference

PLLI2S Clock structure definition. More...

#include <stm32f4xx_hal_rcc_ex.h>

Data Fields

uint32_t PLLI2SN
uint32_t PLLI2SR
uint32_t PLLI2SQ

Detailed Description

PLLI2S Clock structure definition.

Definition at line 315 of file stm32f4xx_hal_rcc_ex.h.


Field Documentation

Specifies the multiplication factor for PLLI2S VCO output clock. This parameter must be a number between Min_Data = 50 and Max_Data = 432. This parameter will be used only when PLLI2S is selected as Clock Source I2S or SAI

Definition at line 317 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_EnablePLLI2S(), HAL_RCCEx_GetPeriphCLKConfig(), and HAL_RCCEx_PeriphCLKConfig().

Specifies the division factor for SAI1 clock. This parameter must be a number between Min_Data = 2 and Max_Data = 15. This parameter will be used only when PLLI2S is selected as Clock Source SAI

Definition at line 325 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_EnablePLLI2S(), HAL_RCCEx_GetPeriphCLKConfig(), and HAL_RCCEx_PeriphCLKConfig().

Specifies the division factor for I2S clock. This parameter must be a number between Min_Data = 2 and Max_Data = 7. This parameter will be used only when PLLI2S is selected as Clock Source I2S or SAI

Definition at line 321 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_EnablePLLI2S(), HAL_RCCEx_GetPeriphCLKConfig(), and HAL_RCCEx_PeriphCLKConfig().


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