Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sai.c537 uint32_t tmpval; in HAL_SAI_Init() local
572 tmpval = (freq * 10U) / (hsai->Init.AudioFrequency * hsai->FrameInit.FrameLength); in HAL_SAI_Init()
580 tmpval = (freq * 10U) / (hsai->Init.AudioFrequency * tmposr * 256U); in HAL_SAI_Init()
582 hsai->Init.Mckdiv = tmpval / 10U; in HAL_SAI_Init()
585 if ((tmpval % 10U) > 8U) in HAL_SAI_Init()
595 tmpval = (freq * 10U) / (hsai->Init.AudioFrequency * 2U * 256U); in HAL_SAI_Init()
596 hsai->Init.Mckdiv = tmpval / 10U; in HAL_SAI_Init()
599 if ((tmpval % 10U) > 8U) in HAL_SAI_Init()