PLLI2S Clock structure definition. More...
#include <stm32f7xx_hal_rcc_ex.h>
Public Attributes | |
uint32_t | PLLI2SN |
uint32_t | PLLI2SQ |
uint32_t | PLLI2SR |
PLLI2S Clock structure definition.
Definition at line 76 of file stm32f7xx_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 78 of file stm32f7xx_hal_rcc_ex.h.
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 86 of file stm32f7xx_hal_rcc_ex.h.
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 82 of file stm32f7xx_hal_rcc_ex.h.