Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_sai_ex.h75 uint32_t SAI_GetInputClock(const SAI_HandleTypeDef *hsai);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sai_ex.c161 uint32_t SAI_GetInputClock(const SAI_HandleTypeDef *hsai) in SAI_GetInputClock() function
Dstm32f4xx_hal_sai.c462 freq = SAI_GetInputClock(hsai); in HAL_SAI_Init()