Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALDSI_PLLInitTypeDef::PLLIDF

DSI_PLLInitTypeDef::PLLIDF field

PLL Input Division Factor This parameter can be any value of DSI_PLL_IDF

Syntax

uint32_t PLLIDF;

Examples

DSI_PLLInitTypeDef::PLLIDF is referenced by 33 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_dsi.h:69
uint32_t PLLIDF; /*!< PLL Input Division Factor
stm32f4xx_hal_dsi.c:323HAL_DSI_Init()
assert_param(IS_DSI_PLL_IDF(PLLInit->PLLIDF));
stm32f4xx_hal_dsi.c:375HAL_DSI_Init()
((PLLInit->PLLIDF) << DSI_WRPCR_PLL_IDF_Pos) | \
stm32f4xx_hal_dsi.c:420HAL_DSI_Init()
tempIDF = (PLLInit->PLLIDF > 0U) ? PLLInit->PLLIDF : 1U;

Data Use

Functions reading DSI_PLLInitTypeDef::PLLIDF
DSI_PLLInitTypeDef::PLLIDF
all items filtered out
Type of DSI_PLLInitTypeDef::PLLIDF
DSI_PLLInitTypeDef::PLLIDF
uint32_t
all items filtered out