STM32F479xx HAL User Manual
|
PLLI2S Clock structure definition. More...
#include <stm32f4xx_hal_rcc_ex.h>
Data Fields | |
uint32_t | PLLI2SN |
uint32_t | PLLI2SR |
uint32_t | PLLI2SQ |
PLLI2S Clock structure definition.
Definition at line 299 of file stm32f4xx_hal_rcc_ex.h.
uint32_t RCC_PLLI2SInitTypeDef::PLLI2SN |
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 301 of file stm32f4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_EnablePLLI2S(), HAL_RCCEx_GetPeriphCLKConfig(), and HAL_RCCEx_PeriphCLKConfig().
uint32_t RCC_PLLI2SInitTypeDef::PLLI2SQ |
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 309 of file stm32f4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_EnablePLLI2S(), HAL_RCCEx_GetPeriphCLKConfig(), and HAL_RCCEx_PeriphCLKConfig().
uint32_t RCC_PLLI2SInitTypeDef::PLLI2SR |
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 305 of file stm32f4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_EnablePLLI2S(), HAL_RCCEx_GetPeriphCLKConfig(), and HAL_RCCEx_PeriphCLKConfig().