Home
last modified time | relevance | path

Searched refs:TIM_CCMR1_CC2S (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c2350 tmpccmr1 &= ~(TIM_CCMR1_CC1S | TIM_CCMR1_CC2S); in HAL_TIM_Encoder_Init()
2854 if((htim->Instance->CCMR1 & TIM_CCMR1_CC2S) != 0x00) in HAL_TIM_IRQHandler()
4887 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
5423 tmpccmr1 &= ~TIM_CCMR1_CC2S; in TIM_TI2_SetConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c2350 tmpccmr1 &= ~(TIM_CCMR1_CC1S | TIM_CCMR1_CC2S); in HAL_TIM_Encoder_Init()
2854 if((htim->Instance->CCMR1 & TIM_CCMR1_CC2S) != 0x00) in HAL_TIM_IRQHandler()
4887 tmpccmrx &= ~TIM_CCMR1_CC2S; in TIM_OC2_SetConfig()
5423 tmpccmr1 &= ~TIM_CCMR1_CC2S; in TIM_TI2_SetConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h14257 #define TIM_CCMR1_CC2S TIM_CCMR1_CC2S_Msk /*!<CC2S[1:0] bits (… macro