Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c1927 PeriphClkInit->Sai3ClockSelection = __HAL_RCC_GET_SAI3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
2477 clksource = __HAL_RCC_GET_SAI3_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h1222 #define __HAL_RCC_GET_SAI3_SOURCE() ((uint32_t)(READ_BIT(RCC->SAI3CKSELR, RCC_SAI3CKSELR_SAI3SRC))) macro
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h2144 #define __HAL_RCC_GET_SAI3_SOURCE __HAL_RCC_GET_SAI23_SOURCE macro