STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
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 64 of file stm32f4xx_hal_dsi.h.
uint32_t DSI_PLLInitTypeDef::PLLNDIV |
PLL Loop Division Factor This parameter must be a value between 10 and 125
Definition at line 66 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Init().
uint32_t DSI_PLLInitTypeDef::PLLIDF |
PLL Input Division Factor This parameter can be any value of DSI PLL IDF
Definition at line 69 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 72 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Init().