Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c249 uint32_t tempIDF; in HAL_DSI_Init() local
350 tempIDF = (PLLInit->PLLIDF > 0U) ? PLLInit->PLLIDF : 1U; in HAL_DSI_Init()
351 …unitIntervalx4 = (4000000U * tempIDF * ((1UL << PLLInit->PLLODF))) / ((HSE_VALUE/1000U) * PLLInit-… in HAL_DSI_Init()