Home
last modified time | relevance | path

Searched refs:IC1Filter (Results 1 – 10 of 10) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_tim.c466 TIM_EncoderInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_ENCODER_StructInit()
492 assert_param(IS_LL_TIM_IC_FILTER(TIM_EncoderInitStruct->IC1Filter)); in LL_TIM_ENCODER_Init()
510 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Filter >> 16U); in LL_TIM_ENCODER_Init()
548 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()
583 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()
614 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()
A Dstm32f0xx_hal_tim_ex.c173 assert_param(IS_TIM_IC_FILTER(sConfig->IC1Filter)); in HAL_TIMEx_HallSensor_Init()
192 TIM_TI1_SetConfig(htim->Instance, sConfig->IC1Polarity, TIM_ICSELECTION_TRC, sConfig->IC1Filter); in HAL_TIMEx_HallSensor_Init()
A Dstm32f0xx_hal_tim.c2271 assert_param(IS_TIM_IC_FILTER(sConfig->IC1Filter)); 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_ex.h74 uint32_t IC1Filter; /*!< Specifies the input capture filter. member
A Dstm32f0xx_ll_tim.h333 uint32_t IC1Filter; /*!< Specifies the TI1 input filter. member
378 uint32_t IC1Filter; /*!< Specifies the TI1 input filter. member
A Dstm32f0xx_hal_tim.h194 uint32_t IC1Filter; /*!< Specifies the input capture filter. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_tim_ex.h74 uint32_t IC1Filter; /*!< Specifies the input capture filter. member
A Dstm32f7xx_hal_tim.h192 uint32_t IC1Filter; /*!< Specifies the input capture filter. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_tim_ex.c180 assert_param(IS_TIM_IC_FILTER(sConfig->IC1Filter)); in HAL_TIMEx_HallSensor_Init()
192 … TIM_TI1_SetConfig(htim->Instance, sConfig->IC1Polarity, TIM_ICSELECTION_TRC, sConfig->IC1Filter); in HAL_TIMEx_HallSensor_Init()
A Dstm32f7xx_hal_tim.c2160 assert_param(IS_TIM_IC_FILTER(sConfig->IC1Filter)); in HAL_TIM_Encoder_Init()
2199 tmpccmr1 |= (sConfig->IC1Filter << 4) | (sConfig->IC2Filter << 12); in HAL_TIM_Encoder_Init()

Completed in 46 milliseconds