STM32F479xx HAL User Manual
|
DSI PLL Clock structure definition. More...
#include <stm32f4xx_hal_dsi.h>
Data Fields | |
uint32_t | PLLNDIV |
uint32_t | PLLIDF |
uint32_t | PLLODF |
DSI PLL Clock structure definition.
Definition at line 62 of file stm32f4xx_hal_dsi.h.
uint32_t DSI_PLLInitTypeDef::PLLIDF |
PLL Input Division Factor This parameter can be any value of DSI PLL IDF
Definition at line 67 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Init().
uint32_t DSI_PLLInitTypeDef::PLLNDIV |
PLL Loop Division Factor This parameter must be a value between 10 and 125
Definition at line 64 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Init().
uint32_t DSI_PLLInitTypeDef::PLLODF |
PLL Output Division Factor This parameter can be any value of DSI PLL ODF
Definition at line 70 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Init().