Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_tim.c467 TIM_EncoderInitStruct->IC2Polarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_ENCODER_StructInit()
493 assert_param(IS_LL_TIM_IC_POLARITY_ENCODER(TIM_EncoderInitStruct->IC2Polarity)); in LL_TIM_ENCODER_Init()
522 tmpccer |= (uint32_t)(TIM_EncoderInitStruct->IC2Polarity << 4U); in LL_TIM_ENCODER_Init()
A Dstm32f0xx_hal_tim.c2268 assert_param(IS_TIM_IC_POLARITY(sConfig->IC2Polarity)); in HAL_TIM_Encoder_Init()
2317 tmpccer |= sConfig->IC1Polarity | (sConfig->IC2Polarity << 4U); in HAL_TIM_Encoder_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_tim.h197 uint32_t IC2Polarity; /*!< Specifies the active edge of the input signal. member
A Dstm32f0xx_ll_tim.h338 uint32_t IC2Polarity; /*!< Specifies the active edge of TI2 input. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_tim.h195 uint32_t IC2Polarity; /*!< Specifies the active edge of the input signal. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_tim.c2157 assert_param(IS_TIM_IC_POLARITY(sConfig->IC2Polarity)); in HAL_TIM_Encoder_Init()
2204 tmpccer |= sConfig->IC1Polarity | (sConfig->IC2Polarity << 4); in HAL_TIM_Encoder_Init()

Completed in 33 milliseconds