Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c626 case RCC_DCKCFGR_SAI2SRC_0: /* PLLI2S is the clock source for SAI*/ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h382 #define LL_RCC_SAI2_CLKSOURCE_PLLI2S (uint32_t)(RCC_DCKCFGR_SAI2SRC | (RCC_DCKCFGR_SAI2SRC_0
Dstm32f4xx_hal_rcc_ex.h644 #define RCC_SAI2CLKSOURCE_PLLI2S ((uint32_t)RCC_DCKCFGR_SAI2SRC_0)
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f446xx.h11103 #define RCC_DCKCFGR_SAI2SRC_0 (0x1UL << RCC_DCKCFGR_SAI2SRC_Pos) /*!< 0x00400000 */ macro