Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c652 case RCC_DCKCFGR_SAI2SRC_1: /* PLLR is the clock source for SAI*/ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h383 #define LL_RCC_SAI2_CLKSOURCE_PLL (uint32_t)(RCC_DCKCFGR_SAI2SRC | (RCC_DCKCFGR_SAI2SRC_1
Dstm32f4xx_hal_rcc_ex.h645 #define RCC_SAI2CLKSOURCE_PLLR ((uint32_t)RCC_DCKCFGR_SAI2SRC_1)
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f446xx.h11104 #define RCC_DCKCFGR_SAI2SRC_1 (0x2UL << RCC_DCKCFGR_SAI2SRC_Pos) /*!< 0x00800000 */ macro