Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_spi.c406 uint32_t sourceclock; in LL_I2S_Init() local
458 sourceclock = LL_RCC_GetI2SClockFreq(LL_RCC_I2S1_CLKSOURCE); in LL_I2S_Init()
464 tmp = (((((sourceclock / 256U) * 10U) / I2S_InitStruct->AudioFreq)) + 5U); in LL_I2S_Init()
469 tmp = (((((sourceclock / (32U * packetlength)) * 10U) / I2S_InitStruct->AudioFreq)) + 5U); in LL_I2S_Init()