Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_i2s.c214 static uint32_t I2S_GetClockFreq(I2S_HandleTypeDef *hi2s);
354 i2sclk = I2S_GetClockFreq(hi2s); in HAL_I2S_Init()
1651 static uint32_t I2S_GetClockFreq(I2S_HandleTypeDef *hi2s) in I2S_GetClockFreq() function