Searched refs:TIM_SMCR_TS (Results 1 – 7 of 7) sorted by relevance
200 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIMEx_HallSensor_Init()1463 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIMEx_ConfigCommutationEvent()1512 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIMEx_ConfigCommutationEvent_IT()1565 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIMEx_ConfigCommutationEvent_DMA()
3385 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIM_OnePulse_ConfigChannel()3404 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIM_OnePulse_ConfigChannel()4107 tmpsmcr &= ~(TIM_SMCR_SMS | TIM_SMCR_TS); in HAL_TIM_ConfigClockSource()4139 tmpsmcr &= ~(TIM_SMCR_SMS | TIM_SMCR_TS); in HAL_TIM_ConfigClockSource()5188 tmpsmcr &= ~TIM_SMCR_TS; in TIM_SlaveTimer_SetConfig()5592 tmpsmcr &= ~TIM_SMCR_TS; in TIM_ITRx_SetConfig()
678 #define TIM_CLOCKSOURCE_ETRMODE1 (TIM_SMCR_TS)
14071 #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Tr… macro