Home
last modified time | relevance | path

Searched refs:USARTxSource (Results 1 – 25 of 37) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_rcc.c248 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
253 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
255 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
258 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
287 if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
290 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
319 if (USARTxSource == LL_RCC_USART3_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
322 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c282 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
287 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
289 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
292 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
318 else if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
321 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
347 else if (USARTxSource == LL_RCC_USART6_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
350 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
378 if (USARTxSource == LL_RCC_USART3_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
381 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_rcc.c227 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
232 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
234 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
237 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
265 else if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
268 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
296 else if ((USARTxSource == LL_RCC_USART3_CLKSOURCE) || (USARTxSource == LL_RCC_USART4_CLKSOURCE)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c346 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
351 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
353 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
356 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
391 if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
394 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
423 if (USARTxSource == LL_RCC_USART3_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
426 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c244 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
249 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
251 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
254 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
280 else if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
283 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
312 if (USARTxSource == LL_RCC_USART3_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
315 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c255 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
260 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
262 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
265 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
292 else if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
295 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
323 else if (USARTxSource == LL_RCC_USART3_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
326 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_rcc.c245 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
250 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
252 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
255 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
291 if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
294 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c658 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
664 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
666 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
669 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
725 else if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
728 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
784 else if (USARTxSource == LL_RCC_USART3_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
787 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
845 else if (USARTxSource == LL_RCC_USART6_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
848 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c316 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
321 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
323 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
326 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
356 else if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
359 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
389 else if (USARTxSource == LL_RCC_USART3_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
392 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
422 else if (USARTxSource == LL_RCC_USART6_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
425 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c265 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
270 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
272 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
275 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
304 else if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
307 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
336 else if (USARTxSource == LL_RCC_USART3_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
339 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rcc.c260 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
265 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
267 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
270 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
300 else if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
303 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c359 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
364 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
366 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
369 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
397 else if (USARTxSource == LL_RCC_USART2_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
400 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
431 if (USARTxSource == LL_RCC_USART3_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
434 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_rcc.c171 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
176 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
178 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
181 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rcc.c240 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
245 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
247 if (USARTxSource == LL_RCC_USART1_CLKSOURCE) in LL_RCC_GetUSARTClockFreq()
250 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
279 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rcc.h1408 __STATIC_INLINE void LL_RCC_SetUSARTClockSource(uint32_t USARTxSource) in LL_RCC_SetUSARTClockSource() argument
1410 MODIFY_REG(RCC->CCIPR, (USARTxSource >> 16U), (USARTxSource & 0x0000FFFFU)); in LL_RCC_SetUSARTClockSource()
2050 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource);
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rcc.h1271 __STATIC_INLINE void LL_RCC_SetUSARTClockSource(uint32_t USARTxSource) in LL_RCC_SetUSARTClockSource() argument
1273 …MODIFY_REG(RCC->CFGR3, (RCC_CFGR3_USART1SW << ((USARTxSource & 0xFF000000U) >> 24U)), (USARTxSour… in LL_RCC_SetUSARTClockSource()
2226 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource);
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rcc.h1479 __STATIC_INLINE void LL_RCC_SetUSARTClockSource(uint32_t USARTxSource) in LL_RCC_SetUSARTClockSource() argument
1481 MODIFY_REG(RCC->CCIPR, (USARTxSource >> 16U), (USARTxSource & 0x0000FFFFU)); in LL_RCC_SetUSARTClockSource()
2463 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource);
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c370 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
375 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
378 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h1488 __STATIC_INLINE void LL_RCC_SetUSARTClockSource(uint32_t USARTxSource) in LL_RCC_SetUSARTClockSource() argument
1490 …MODIFY_REG(RCC->CFGR3, (RCC_CFGR3_USART1SW << ((USARTxSource & 0xFF000000U) >> 24U)), (USARTxSour… in LL_RCC_SetUSARTClockSource()
2791 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h1527 __STATIC_INLINE void LL_RCC_SetUSARTClockSource(uint32_t USARTxSource) in LL_RCC_SetUSARTClockSource() argument
1529 MODIFY_REG(RCC->CCIPR, (USARTxSource >> 16U), (USARTxSource & 0x0000FFFFU)); in LL_RCC_SetUSARTClockSource()
2968 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rcc.h2047 __STATIC_INLINE void LL_RCC_SetUSARTClockSource(uint32_t USARTxSource) in LL_RCC_SetUSARTClockSource() argument
2049 MODIFY_REG(RCC->CCIPR, (USARTxSource >> 16), (USARTxSource & 0x0000FFFFU)); in LL_RCC_SetUSARTClockSource()
3409 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource);
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rcc.h1872 __STATIC_INLINE void LL_RCC_SetUSARTClockSource(uint32_t USARTxSource) in LL_RCC_SetUSARTClockSource() argument
1874 MODIFY_REG(RCC->CCIPR, (USARTxSource >> 16), (USARTxSource & 0x0000FFFF)); in LL_RCC_SetUSARTClockSource()
3265 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rcc.h1827 __STATIC_INLINE void LL_RCC_SetUSARTClockSource(uint32_t USARTxSource) in LL_RCC_SetUSARTClockSource() argument
1829 MODIFY_REG(RCC->CCIPR1, USARTxSource >> 16U, (USARTxSource & 0x0000FFFFU)); in LL_RCC_SetUSARTClockSource()
3252 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_rcc.c539 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource) in LL_RCC_GetUSARTClockFreq() argument
545 assert_param(IS_LL_RCC_USART_CLKSOURCE(USARTxSource)); in LL_RCC_GetUSARTClockFreq()
547 switch (LL_RCC_GetUSARTClockSource(USARTxSource)) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h1935 __STATIC_INLINE void LL_RCC_SetUSARTClockSource(uint32_t USARTxSource) in LL_RCC_SetUSARTClockSource() argument
1937 MODIFY_REG(RCC->CCIPR, (USARTxSource >> 16U), (USARTxSource & 0x0000FFFFU)); in LL_RCC_SetUSARTClockSource()
3929 uint32_t LL_RCC_GetUSARTClockFreq(uint32_t USARTxSource);

12