Home
last modified time | relevance | path

Searched refs:IC2Filter (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_tim.c470 TIM_EncoderInitStruct->IC2Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
496 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC2Filter)); in LL_TIM_ENCODER_Init()
516 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Filter >> 8U); in LL_TIM_ENCODER_Init()
A Dstm32f0xx_hal_tim.c2272 assert_param(IS_TIM_IC_FILTER(sConfig->IC2Filter)); in HAL_TIM_Encoder_Init()
2312 tmpccmr1 |= (sConfig->IC1Filter << 4U) | (sConfig->IC2Filter << 12U); in HAL_TIM_Encoder_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_tim.h206 uint32_t IC2Filter; /*!< Specifies the input capture filter. member
A Dstm32f0xx_ll_tim.h353 uint32_t IC2Filter; /*!< Specifies the TI2 input filter. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_tim.h204 uint32_t IC2Filter; /*!< Specifies the input capture filter. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_tim.c2161 assert_param(IS_TIM_IC_FILTER(sConfig->IC2Filter)); in HAL_TIM_Encoder_Init()
2199 tmpccmr1 |= (sConfig->IC1Filter << 4) | (sConfig->IC2Filter << 12); in HAL_TIM_Encoder_Init()

Completed in 37 milliseconds