/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usart.c | 252 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 …]
|
D | stm32f4xx_ll_i2c.c | 146 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/ |
D | stm32f2xx_ll_usart.c | 204 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()
|
D | stm32f2xx_ll_i2c.c | 137 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/ |
D | stm32f1xx_ll_usart.c | 202 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()
|
D | stm32f1xx_ll_i2c.c | 131 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()
|
D | stm32f1xx_ll_spi.c | 373 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/ |
D | stm32l1xx_ll_usart.c | 200 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()
|
D | stm32l1xx_ll_i2c.c | 129 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()
|
D | stm32l1xx_ll_spi.c | 372 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/ |
D | stm32f3xx_ll_spi.c | 404 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/ |
D | stm32l0xx_ll_spi.c | 360 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/ |
D | stm32wlxx_ll_spi.c | 376 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/ |
D | stm32c0xx_ll_spi.c | 379 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/ |
D | stm32f0xx_ll_spi.c | 379 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/ |
D | stm32g0xx_ll_spi.c | 391 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()
|