HAL
RCC_PLLSAIInitTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...

RCC_PLLSAIInitTypeDef struct

PLLSAI Clock structure definition

Syntax

typedef struct {   uint32_t PLLSAIN;     #if defined(STM32F469xx) || defined(STM32F479xx)   uint32_t PLLSAIP;     #endif    uint32_t PLLSAIQ;       uint32_t PLLSAIR;     }RCC_PLLSAIInitTypeDef;

Fields

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. Read more...

PLLSAIP

Specifies division factor for OTG FS and SDIO clocks. This parameter is only available in STM32F469xx/STM32F479xx devices. This parameter must be a value of RCCEx_PLLSAIP_Clock_Divider. Read more...

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. Read more...

PLLSAIR

specifies the division factor for LTDC clock This parameter must be a number between Min_Data = 2 and Max_Data = 7. This parameter will be used only when PLLSAI is selected as Clock Source LTDC. Read more...