Home
last modified time | relevance | path

Searched refs:TIM_CR2_TI1S (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.c197 htim->Instance->CR2 |= TIM_CR2_TI1S; in HAL_TIMEx_HallSensor_Init()
Dstm32l4xx_hal_tim.c4285 tmpcr2 &= ~TIM_CR2_TI1S; in HAL_TIM_ConfigTI1Input()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c197 htim->Instance->CR2 |= TIM_CR2_TI1S; in HAL_TIMEx_HallSensor_Init()
Dstm32l4xx_hal_tim.c4285 tmpcr2 &= ~TIM_CR2_TI1S; in HAL_TIM_ConfigTI1Input()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h935 #define TIM_TI1SELECTION_XORCOMBINATION (TIM_CR2_TI1S)
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h935 #define TIM_TI1SELECTION_XORCOMBINATION (TIM_CR2_TI1S)
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h14019 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro