/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_tim_ex.c | 302 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 312 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 313 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 350 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 363 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 364 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 406 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 449 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 450 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 522 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
D | stm32mp1xx_hal_tim.c | 389 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local 398 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start() 399 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start() 441 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local 450 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT() 451 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT() 488 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local 530 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA() 531 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA() 728 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_tim_ex.c | 317 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 349 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 350 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 399 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 434 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 435 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 489 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 543 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 544 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 627 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
D | stm32f2xx_hal_tim.c | 402 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local 419 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start() 420 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start() 461 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local 481 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT() 482 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT() 528 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local 575 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA() 576 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA() 791 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_tim_ex.c | 318 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 350 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 351 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 400 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 435 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 436 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 490 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 544 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 545 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 628 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
D | stm32f0xx_hal_tim.c | 402 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local 419 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start() 420 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start() 461 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local 481 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT() 482 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT() 528 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local 575 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA() 576 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA() 791 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_tim_ex.c | 317 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 349 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 350 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 399 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 434 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 435 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 489 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 543 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 544 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 627 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_tim_ex.c | 317 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 349 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 350 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 399 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 434 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 435 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 489 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 543 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 544 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 627 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
D | stm32f4xx_hal_tim.c | 402 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local 419 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start() 420 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start() 461 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local 481 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT() 482 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT() 528 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local 575 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA() 576 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA() 791 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_tim_ex.c | 319 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 351 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 352 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 401 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 436 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 437 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 491 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 545 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 546 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 629 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
D | stm32f3xx_hal_tim.c | 409 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local 426 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start() 427 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start() 468 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local 488 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT() 489 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT() 535 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local 582 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA() 583 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA() 801 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_tim_ex.c | 318 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 350 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 351 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 400 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 435 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 436 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 490 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 544 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 545 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 628 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_tim_ex.c | 319 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 351 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 352 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 401 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 436 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 437 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 491 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 545 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 546 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 629 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_tim.c | 404 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local 421 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start() 422 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start() 463 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local 483 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT() 484 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT() 530 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local 577 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA() 578 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA() 792 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_tim.c | 403 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local 420 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start() 421 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start() 462 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local 482 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT() 483 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT() 529 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local 576 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA() 577 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA() 790 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_tim_ex.c | 329 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 361 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 362 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 411 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 446 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 447 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 501 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 555 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 556 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 639 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_tim_ex.c | 330 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 362 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 363 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 412 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 447 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 448 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 502 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 556 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 557 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 640 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
D | stm32u0xx_hal_tim.c | 413 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local 430 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start() 431 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start() 472 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local 492 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT() 493 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT() 539 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local 586 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA() 587 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA() 804 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_tim_ex.c | 330 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 362 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 363 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 412 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 447 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 448 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 502 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 556 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 557 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 640 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
D | stm32c0xx_hal_tim.c | 413 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local 430 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start() 431 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start() 472 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local 492 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT() 493 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT() 539 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local 586 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA() 587 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA() 804 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_tim_ex.c | 355 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 387 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 388 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 437 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 472 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 473 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 527 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 581 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 582 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 665 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_tim_ex.c | 331 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 363 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 364 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 413 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 448 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 449 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 503 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 557 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 558 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 641 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_tim_ex.c | 341 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 373 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 374 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 423 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 458 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 459 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 513 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 567 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 568 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 651 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_tim_ex.c | 330 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 362 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 363 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 412 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 447 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 448 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 502 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 556 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 557 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 640 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_tim_ex.c | 335 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local 367 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start() 368 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start() 417 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local 452 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT() 453 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT() 507 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local 561 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA() 562 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA() 646 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local [all …]
|