Home
last modified time | relevance | path

Searched refs:ClockOutput (Results 1 – 25 of 48) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_usart.c381 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
405 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
409 if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE) in LL_USART_ClockInit()
458 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_usart.c302 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
325 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
346 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_usart.c305 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
328 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
349 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_usart.c307 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
330 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
351 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_usart.c341 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
364 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
385 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_usart.c338 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
346 if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE) in LL_USART_ClockInit()
394 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_usart.c321 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
344 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
365 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_usart.c358 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
365 if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE) in LL_USART_ClockInit()
413 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_usart.c356 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
364 if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE) in LL_USART_ClockInit()
412 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_usart.c345 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
352 if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE) in LL_USART_ClockInit()
400 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_usart.c320 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
343 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
364 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_usart.c334 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
342 if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE) in LL_USART_ClockInit()
390 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_usart.c367 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
374 if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE) in LL_USART_ClockInit()
422 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_usart.c378 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
401 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
422 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_usart.c373 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
396 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
417 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_usart.c353 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
376 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
397 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_usart.c365 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
388 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
409 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_usart.c418 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
426 if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE) in LL_USART_ClockInit()
474 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_usart.c430 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
437 if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE) in LL_USART_ClockInit()
485 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_usart.c378 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
401 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
422 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_usart.c406 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
429 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
450 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_usart.c414 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
437 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
458 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_usart.c422 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
445 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
466 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_usart.c474 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit()
497 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit()
518 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_usart.h116 uint32_t ClockOutput; /*!< Specifies whether the USART clock is enabled or disabled. member

12