/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usart.c | 375 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 381 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 392 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 393 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 394 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 405 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 406 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 409 if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE) in LL_USART_ClockInit() 422 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 423 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_usart.c | 296 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 302 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 312 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 313 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 314 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 325 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 326 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 343 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 346 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() 347 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_usart.c | 299 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 305 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 315 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 316 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 317 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 328 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 329 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 346 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 349 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() 350 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_usart.c | 314 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 320 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 330 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 331 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 332 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 343 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 344 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 361 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 364 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() 365 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_usart.c | 352 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 358 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() 378 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 379 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 380 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 391 USART_CR2_CLKEN | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 392 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 410 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 413 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_usart.c | 315 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 321 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 331 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 332 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 333 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 344 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 345 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 362 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 365 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() 366 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usart.c | 332 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 338 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() 359 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 360 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 361 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 372 USART_CR2_CLKEN | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 373 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 391 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 394 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_usart.c | 328 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 334 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() 355 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 356 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 357 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 368 USART_CR2_CLKEN | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 369 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 387 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 390 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_usart.c | 339 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 345 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() 365 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 366 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 367 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 378 USART_CR2_CLKEN | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 379 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 397 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 400 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usart.c | 350 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 356 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() 377 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 378 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 379 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 390 USART_CR2_CLKEN | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 391 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 409 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 412 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usart.c | 367 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 373 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 383 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 384 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 385 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 396 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 397 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 414 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 417 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() 418 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_usart.c | 347 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 353 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 363 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 364 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 365 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 376 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 377 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 394 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 397 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() 398 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usart.c | 349 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 355 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 362 if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE) in LL_USART_ClockInit() 375 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 376 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 377 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 388 USART_CR2_CLKEN | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 389 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 407 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 410 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_usart.c | 344 …rStatus LL_USART_ClockInit(USART_TypeDef *USARTx, LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 350 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 360 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 361 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 362 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 373 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 374 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 391 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 394 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() 395 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_usart.c | 372 …rStatus LL_USART_ClockInit(USART_TypeDef *USARTx, LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 378 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 388 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 389 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 390 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 401 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 402 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 419 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 422 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() 423 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usart.c | 412 …rStatus LL_USART_ClockInit(USART_TypeDef *USARTx, LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 418 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() 439 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 440 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 441 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 452 USART_CR2_CLKEN | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 453 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 471 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 474 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_usart.c | 424 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 430 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() 450 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 451 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 452 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 463 USART_CR2_CLKEN | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 464 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 482 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 485 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_usart.c | 389 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 395 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 405 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 406 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 407 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 418 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 419 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 436 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 439 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() 440 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_usart.c | 416 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 422 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 432 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 433 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 434 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 445 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 446 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 463 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 466 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() 467 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usart.c | 468 …s LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockInit() argument 474 assert_param(IS_LL_USART_CLOCKOUTPUT(USART_ClockInitStruct->ClockOutput)); in LL_USART_ClockInit() 484 assert_param(IS_LL_USART_CLOCKPOLARITY(USART_ClockInitStruct->ClockPolarity)); in LL_USART_ClockInit() 485 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit() 486 assert_param(IS_LL_USART_LASTBITCLKOUTPUT(USART_ClockInitStruct->LastBitClockPulse)); in LL_USART_ClockInit() 497 USART_ClockInitStruct->ClockOutput | USART_ClockInitStruct->ClockPolarity | in LL_USART_ClockInit() 498 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit() 515 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct) in LL_USART_ClockStructInit() argument 518 USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE; in LL_USART_ClockStructInit() 519 …USART_ClockInitStruct->ClockPolarity = LL_USART_POLARITY_LOW; /* Not relevant when … in LL_USART_ClockStructInit() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_usart.h | 2495 … LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct); 2496 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct);
|
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_usart.h | 2495 …Status LL_USART_ClockInit(USART_TypeDef *USARTx, LL_USART_ClockInitTypeDef *USART_ClockInitStruct); 2496 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct);
|
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_usart.h | 2543 … LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct); 2544 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct);
|
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_usart.h | 2495 … LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct); 2496 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct);
|
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_usart.h | 3771 … LL_USART_ClockInit(USART_TypeDef *USARTx, const LL_USART_ClockInitTypeDef *USART_ClockInitStruct); 3772 void LL_USART_ClockStructInit(LL_USART_ClockInitTypeDef *USART_ClockInitStruct);
|