Home
last modified time | relevance | path

Searched refs:TIM_CCMR2_IC3F (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.c5510 tmpccmr2 &= ~TIM_CCMR2_IC3F; in TIM_TI3_SetConfig()
5511 tmpccmr2 |= ((TIM_ICFilter << 4) & TIM_CCMR2_IC3F); in TIM_TI3_SetConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c5510 tmpccmr2 &= ~TIM_CCMR2_IC3F; in TIM_TI3_SetConfig()
5511 tmpccmr2 |= ((TIM_ICFilter << 4) & TIM_CCMR2_IC3F); in TIM_TI3_SetConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h14369 #define TIM_CCMR2_IC3F TIM_CCMR2_IC3F_Msk /*!<IC3F[3:0] bits (… macro