Home
last modified time | relevance | path

Searched refs:tmpsmcr (Results 1 – 25 of 49) sorted by relevance

12

/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_tim_ex.c302 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 …]
Dstm32mp1xx_hal_tim.c389 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-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_tim_ex.c316 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local
348 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start()
349 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start()
398 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local
433 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT()
434 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT()
488 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local
542 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA()
543 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA()
626 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local
[all …]
Dstm32f1xx_hal_tim.c401 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local
418 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start()
419 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start()
460 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local
480 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT()
481 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT()
527 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local
574 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA()
575 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA()
789 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_tim_ex.c317 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 …]
Dstm32f0xx_hal_tim.c401 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local
418 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start()
419 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start()
460 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local
480 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT()
481 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT()
527 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local
574 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA()
575 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA()
789 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_tim_ex.c316 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local
348 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start()
349 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start()
398 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local
433 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT()
434 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT()
488 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local
542 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA()
543 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA()
626 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local
[all …]
Dstm32f2xx_hal_tim.c401 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local
418 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start()
419 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start()
460 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local
480 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT()
481 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT()
527 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local
574 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA()
575 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA()
789 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_tim_ex.c316 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local
348 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start()
349 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start()
398 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local
433 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT()
434 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT()
488 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local
542 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA()
543 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA()
626 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_tim_ex.c318 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 …]
Dstm32f3xx_hal_tim.c408 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local
425 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start()
426 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start()
467 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local
487 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT()
488 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT()
534 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local
581 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA()
582 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_DMA()
799 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_tim_ex.c314 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local
345 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start()
346 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start()
394 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local
428 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT()
429 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT()
482 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local
535 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA()
536 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA()
618 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local
[all …]
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_tim_ex.c314 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local
345 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start()
346 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start()
394 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local
428 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT()
429 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT()
482 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local
535 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA()
536 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA()
618 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local
[all …]
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_tim_ex.c315 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local
346 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start()
347 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start()
395 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local
429 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT()
430 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT()
483 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local
536 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA()
537 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA()
619 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local
[all …]
Dstm32l4xx_hal_tim.c404 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
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()
793 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local
[all …]
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_tim_ex.c329 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-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_tim_ex.c325 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local
356 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start()
357 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start()
405 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local
439 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT()
440 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT()
493 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local
546 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA()
547 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA()
629 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local
[all …]
Dstm32l5xx_hal_tim.c404 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
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()
793 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local
[all …]
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_tim_ex.c351 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local
382 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start()
383 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start()
431 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local
465 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT()
466 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT()
519 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local
572 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA()
573 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA()
655 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local
[all …]
Dstm32wbxx_hal_tim.c412 uint32_t tmpsmcr; in HAL_TIM_Base_Start() local
429 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start()
430 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start()
471 uint32_t tmpsmcr; in HAL_TIM_Base_Start_IT() local
491 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_IT()
492 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIM_Base_Start_IT()
538 uint32_t tmpsmcr; in HAL_TIM_Base_Start_DMA() local
584 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIM_Base_Start_DMA()
585 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-2.7.6/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_tim_ex.c337 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start() local
368 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start()
369 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start()
417 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_IT() local
451 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_IT()
452 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_IT()
505 uint32_t tmpsmcr; in HAL_TIMEx_HallSensor_Start_DMA() local
558 tmpsmcr = htim->Instance->SMCR & TIM_SMCR_SMS; in HAL_TIMEx_HallSensor_Start_DMA()
559 if (!IS_TIM_SLAVEMODE_TRIGGER_ENABLED(tmpsmcr)) in HAL_TIMEx_HallSensor_Start_DMA()
641 uint32_t tmpsmcr; in HAL_TIMEx_OCN_Start() local
[all …]
Dstm32wlxx_hal_tim.c404 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
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()
793 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local
[all …]
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_tim.c404 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-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_tim.c402 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()
788 uint32_t tmpsmcr; in HAL_TIM_OC_Start() local
[all …]
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tim_ex.c335 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 …]

12