Home
last modified time | relevance | path

Searched refs:TIM_CCMR2_CC3S (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.c2875 if((htim->Instance->CCMR2 & TIM_CCMR2_CC3S) != 0x00) in HAL_TIM_IRQHandler()
4963 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
5506 tmpccmr2 &= ~TIM_CCMR2_CC3S; in TIM_TI3_SetConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c2875 if((htim->Instance->CCMR2 & TIM_CCMR2_CC3S) != 0x00) in HAL_TIM_IRQHandler()
4963 tmpccmrx &= ~TIM_CCMR2_CC3S; in TIM_OC3_SetConfig()
5506 tmpccmr2 &= ~TIM_CCMR2_CC3S; in TIM_TI3_SetConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h14312 #define TIM_CCMR2_CC3S TIM_CCMR2_CC3S_Msk /*!<CC3S[1:0] bits (… macro