/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_tim.c | 386 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 413 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 435 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_tim.c | 409 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 436 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 458 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_tim.c | 479 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 506 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 528 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_tim.c | 479 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 506 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 528 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_tim.c | 458 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 485 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 507 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_tim.c | 499 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 526 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 548 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_tim.c | 480 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 507 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 529 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_tim.c | 533 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 560 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 582 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_tim.c | 486 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 513 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 535 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_tim.c | 465 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 492 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 514 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_tim.c | 482 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 509 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 531 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_tim.c | 477 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 504 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 526 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_tim.c | 469 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 496 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 518 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_tim.c | 500 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 527 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 549 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_tim.c | 506 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 533 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 555 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_tim.c | 509 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 536 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 558 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_tim.c | 523 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 550 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 572 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_tim.c | 582 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 609 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 631 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_tim.c | 519 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 546 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 568 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_tim.c | 537 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 563 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 585 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_tim.c | 560 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 587 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 609 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_tim.c | 545 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 572 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 594 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_tim.c | 517 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 544 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 566 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_tim.c | 554 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit() 581 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init() 603 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_tim.h | 152 uint32_t IC2Prescaler; /*!< Specifies the Input Capture Prescaler. member
|