Home
last modified time | relevance | path

Searched refs:TIM_CCMR1_IC1F (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.c2355 tmpccmr1 &= ~(TIM_CCMR1_IC1F | TIM_CCMR1_IC2F); in HAL_TIM_Encoder_Init()
5230 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_SlaveTimer_SetConfig()
5344 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_TI1_SetConfig()
5345 tmpccmr1 |= ((TIM_ICFilter << 4) & TIM_CCMR1_IC1F); in TIM_TI1_SetConfig()
5379 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_TI1_ConfigInputStage()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c2355 tmpccmr1 &= ~(TIM_CCMR1_IC1F | TIM_CCMR1_IC2F); in HAL_TIM_Encoder_Init()
5230 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_SlaveTimer_SetConfig()
5344 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_TI1_SetConfig()
5345 tmpccmr1 |= ((TIM_ICFilter << 4) & TIM_CCMR1_IC1F); in TIM_TI1_SetConfig()
5379 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_TI1_ConfigInputStage()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h14289 #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (… macro