Home
last modified time | relevance | path

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

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_ll_spi.c404 uint32_t packetlength = 1U; in LL_I2S_Init() local
452 packetlength = 2U; in LL_I2S_Init()
469 tmp = (((((sourceclock / (32U * packetlength)) * 10U) / I2S_InitStruct->AudioFreq)) + 5U); in LL_I2S_Init()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_spi.c350 uint16_t tmpreg = 0, i2sdiv = 2, i2sodd = 0, packetlength = 1; in I2S_Init() local
386 packetlength = 1; in I2S_Init()
391 packetlength = 2; in I2S_Init()
446 … tmp = (uint16_t)(((((i2sclk / (32 * packetlength)) *10 ) / I2S_InitStruct->I2S_AudioFreq)) + 5); in I2S_Init()