Home
last modified time | relevance | path

Searched refs:TIM_CCMR2_CC4S (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.c2896 if((htim->Instance->CCMR2 & TIM_CCMR2_CC4S) != 0x00) in HAL_TIM_IRQHandler()
5037 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
5554 tmpccmr2 &= ~TIM_CCMR2_CC4S; in TIM_TI4_SetConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c2896 if((htim->Instance->CCMR2 & TIM_CCMR2_CC4S) != 0x00) in HAL_TIM_IRQHandler()
5037 tmpccmrx &= ~TIM_CCMR2_CC4S; in TIM_OC4_SetConfig()
5554 tmpccmr2 &= ~TIM_CCMR2_CC4S; in TIM_TI4_SetConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h14337 #define TIM_CCMR2_CC4S TIM_CCMR2_CC4S_Msk /*!<CC4S[1:0] bits (… macro