Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c625 case RCC_DCKCFGR_SAI1SRC_0: /* PLLI2S is the clock source for SAI*/ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h376 #define LL_RCC_SAI1_CLKSOURCE_PLLI2S (uint32_t)(RCC_DCKCFGR_SAI1SRC | (RCC_DCKCFGR_SAI1SRC_0
Dstm32f4xx_hal_rcc_ex.h633 #define RCC_SAI1CLKSOURCE_PLLI2S ((uint32_t)RCC_DCKCFGR_SAI1SRC_0)
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f446xx.h11098 #define RCC_DCKCFGR_SAI1SRC_0 (0x1UL << RCC_DCKCFGR_SAI1SRC_Pos) /*!< 0x00100000 */ macro