Home
last modified time | relevance | path

Searched refs:TIM_SMCR_TS (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c200 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()
Dstm32l4xx_hal_tim.c3385 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()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c200 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()
Dstm32l4xx_hal_tim.c3385 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()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h678 #define TIM_CLOCKSOURCE_ETRMODE1 (TIM_SMCR_TS)
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h678 #define TIM_CLOCKSOURCE_ETRMODE1 (TIM_SMCR_TS)
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h14071 #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Tr… macro