Home
last modified time | relevance | path

Searched refs:rcc_clocks (Results 1 – 16 of 16) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_usart.c252 LL_RCC_ClocksTypeDef rcc_clocks; in LL_USART_Init() local
297 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_USART_Init()
300 periphclk = rcc_clocks.PCLK2_Frequency; in LL_USART_Init()
304 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
309 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
315 periphclk = rcc_clocks.PCLK2_Frequency; in LL_USART_Init()
321 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
327 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
333 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
339 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
[all …]
Dstm32f4xx_ll_i2c.c146 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2C_Init() local
167 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2C_Init()
184 …LL_I2C_ConfigSpeed(I2Cx, rcc_clocks.PCLK1_Frequency, I2C_InitStruct->ClockSpeed, I2C_InitStruct->D… in LL_I2C_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_usart.c204 LL_RCC_ClocksTypeDef rcc_clocks; in LL_USART_Init() local
249 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_USART_Init()
252 periphclk = rcc_clocks.PCLK2_Frequency; in LL_USART_Init()
256 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
260 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
264 periphclk = rcc_clocks.PCLK2_Frequency; in LL_USART_Init()
268 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
272 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
Dstm32f2xx_ll_i2c.c137 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2C_Init() local
154 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2C_Init()
162 …LL_I2C_ConfigSpeed(I2Cx, rcc_clocks.PCLK1_Frequency, I2C_InitStruct->ClockSpeed, I2C_InitStruct->D… in LL_I2C_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_usart.c202 LL_RCC_ClocksTypeDef rcc_clocks; in LL_USART_Init() local
257 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_USART_Init()
260 periphclk = rcc_clocks.PCLK2_Frequency; in LL_USART_Init()
264 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
269 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
275 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
281 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
Dstm32f1xx_ll_i2c.c131 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2C_Init() local
148 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2C_Init()
156 …LL_I2C_ConfigSpeed(I2Cx, rcc_clocks.PCLK1_Frequency, I2C_InitStruct->ClockSpeed, I2C_InitStruct->D… in LL_I2C_Init()
Dstm32f1xx_ll_spi.c373 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2S_Init() local
424 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2S_Init()
427 sourceclock = rcc_clocks.SYSCLK_Frequency; in LL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_usart.c200 LL_RCC_ClocksTypeDef rcc_clocks; in LL_USART_Init() local
245 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_USART_Init()
248 periphclk = rcc_clocks.PCLK2_Frequency; in LL_USART_Init()
252 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
256 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
261 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
267 periphclk = rcc_clocks.PCLK1_Frequency; in LL_USART_Init()
Dstm32l1xx_ll_i2c.c129 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2C_Init() local
146 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2C_Init()
154 …LL_I2C_ConfigSpeed(I2Cx, rcc_clocks.PCLK1_Frequency, I2C_InitStruct->ClockSpeed, I2C_InitStruct->D… in LL_I2C_Init()
Dstm32l1xx_ll_spi.c372 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2S_Init() local
423 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2S_Init()
426 sourceclock = rcc_clocks.SYSCLK_Frequency; in LL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_spi.c404 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2S_Init() local
462 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2S_Init()
465 sourceclock = rcc_clocks.PCLK2_Frequency; in LL_I2S_Init()
469 sourceclock = rcc_clocks.PCLK1_Frequency; in LL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_spi.c360 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2S_Init() local
411 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2S_Init()
414 sourceclock = rcc_clocks.SYSCLK_Frequency; in LL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_spi.c376 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2S_Init() local
427 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2S_Init()
430 sourceclock = rcc_clocks.SYSCLK_Frequency; in LL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_spi.c379 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2S_Init() local
430 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2S_Init()
433 sourceclock = rcc_clocks.SYSCLK_Frequency; in LL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_spi.c379 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2S_Init() local
430 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2S_Init()
433 sourceclock = rcc_clocks.SYSCLK_Frequency; in LL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_spi.c391 LL_RCC_ClocksTypeDef rcc_clocks; in LL_I2S_Init() local
442 LL_RCC_GetSystemClocksFreq(&rcc_clocks); in LL_I2S_Init()
445 sourceclock = rcc_clocks.SYSCLK_Frequency; in LL_I2S_Init()