Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c330 if (((PeriphClkInit->PeriphClockSelection) & RCC_PERIPHCLK_SAI2B) == RCC_PERIPHCLK_SAI2B) in HAL_RCCEx_PeriphCLKConfig()
1713 PeriphClkInit->PeriphClockSelection |= RCC_PERIPHCLK_SAI2B; in HAL_RCCEx_GetPeriphCLKConfig()
2180 else if (PeriphClk == RCC_PERIPHCLK_SAI2B) in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32h7xx_hal_sai.c590 freq = HAL_RCCEx_GetPeriphCLKFreq(RCC_PERIPHCLK_SAI2B); in HAL_SAI_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h412 #define RCC_PERIPHCLK_SAI2B ((uint64_t)(0x00000400U)) macro