Home
last modified time | relevance | path

Searched refs:tempIDF (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c313 uint32_t tempIDF; in HAL_DSI_Init() local
420 tempIDF = (PLLInit->PLLIDF > 0U) ? PLLInit->PLLIDF : 1U; in HAL_DSI_Init()
421 …unitIntervalx4 = (4000000U * tempIDF * ((1UL << (0x3U & PLLInit->PLLODF)))) / ((HSE_VALUE / 1000U)… in HAL_DSI_Init()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c313 uint32_t tempIDF; in HAL_DSI_Init() local
420 tempIDF = (PLLInit->PLLIDF > 0U) ? PLLInit->PLLIDF : 1U; in HAL_DSI_Init()
421 …unitIntervalx4 = (4000000U * tempIDF * ((1UL << (0x3U & PLLInit->PLLODF)))) / ((HSE_VALUE / 1000U)… in HAL_DSI_Init()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c313 uint32_t tempIDF; in HAL_DSI_Init() local
420 tempIDF = (PLLInit->PLLIDF > 0U) ? PLLInit->PLLIDF : 1U; in HAL_DSI_Init()
421 …unitIntervalx4 = (4000000U * tempIDF * ((1UL << (0x3U & PLLInit->PLLODF)))) / ((HSE_VALUE / 1000U)… in HAL_DSI_Init()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c313 uint32_t tempIDF; in HAL_DSI_Init() local
420 tempIDF = (PLLInit->PLLIDF > 0U) ? PLLInit->PLLIDF : 1U; in HAL_DSI_Init()
421 …unitIntervalx4 = (4000000U * tempIDF * ((1UL << (0x3U & PLLInit->PLLODF)))) / ((HSE_VALUE / 1000U)… in HAL_DSI_Init()