PLLSAI Clock structure definition. More...
#include <stm32f7xx_hal_rcc_ex.h>
Public Attributes | |
uint32_t | PLLSAIN |
uint32_t | PLLSAIP |
uint32_t | PLLSAIQ |
PLLSAI Clock structure definition.
Definition at line 101 of file stm32f7xx_hal_rcc_ex.h.
uint32_t RCC_PLLSAIInitTypeDef::PLLSAIN |
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 PLLSAI is selected as Clock Source SAI or LTDC
Definition at line 103 of file stm32f7xx_hal_rcc_ex.h.
uint32_t RCC_PLLSAIInitTypeDef::PLLSAIP |
Specifies the division factor for 48MHz clock. This parameter must be a value of RCC PLLSAIP Clock Divider This parameter will be used only when PLLSAI is disabled
Definition at line 118 of file stm32f7xx_hal_rcc_ex.h.
uint32_t RCC_PLLSAIInitTypeDef::PLLSAIQ |
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 PLLSAI is selected as Clock Source SAI or LTDC
Definition at line 107 of file stm32f7xx_hal_rcc_ex.h.