Home
last modified time | relevance | path

Searched refs:IC1Polarity (Results 1 – 15 of 15) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_tim.c404 TIM_EncoderInitStruct->IC1Polarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_ENCODER_StructInit()
431 assert_param(IS_LL_TIM_IC_POLARITY_ENCODER(TIM_EncoderInitStruct->IC1Polarity)); in LL_TIM_ENCODER_Init()
463 tmpccer |= (uint32_t)(TIM_EncoderInitStruct->IC1Polarity); in LL_TIM_ENCODER_Init()
A Dstm32l1xx_hal_tim.c2831 assert_param(IS_TIM_ENCODERINPUT_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()
2893 tmpccer |= sConfig->IC1Polarity | (sConfig->IC2Polarity << 4U); in HAL_TIM_Encoder_Init()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_pulse_encoder.c94 sConfig.IC1Polarity = TIM_ICPOLARITY_RISING; in pulse_encoder_init()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_tmr.h593 …TMR_ConfigEncodeInterface(TMR_T* tmr, TMR_ENCODER_MODE_T encodeMode, TMR_IC_POLARITY_T IC1Polarity,
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_tmr.h736 …MR_ConfigEncodeInterface(TMR_T* TMRx, TMR_ENCODER_MODE_T encodeMode, TMR_IC_POLARITY_T IC1Polarity,
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_tmr.h592 …TMR_ConfigEncodeInterface(TMR_T* tmr, TMR_ENCODER_MODE_T encodeMode, TMR_IC_POLARITY_T IC1Polarity,
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_tmr.h685 TMR_IC_POLARITY_T IC1Polarity,TMR_IC_POLARITY_T IC2Polarity);
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_tmr.h593 …TMR_ConfigEncodeInterface(TMR_T* tmr, TMR_ENCODER_MODE_T encodeMode, TMR_IC_POLARITY_T IC1Polarity,
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_tmr.c2325 …MR_ConfigEncodeInterface(TMR_T* TMRx, TMR_ENCODER_MODE_T encodeMode, TMR_IC_POLARITY_T IC1Polarity, in TMR_ConfigEncodeInterface() argument
2340 TMRx->CCEN |= (IC1Polarity | IC2Polarity << 4); in TMR_ConfigEncodeInterface()
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_tmr.c768 …TMR_ConfigEncodeInterface(TMR_T* tmr, TMR_ENCODER_MODE_T encodeMode, TMR_IC_POLARITY_T IC1Polarity, in TMR_ConfigEncodeInterface() argument
781 tmr->CCEN |= ((IC1Polarity | (IC2Polarity << 4))); in TMR_ConfigEncodeInterface()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_tmr.c792 …TMR_ConfigEncodeInterface(TMR_T* tmr, TMR_ENCODER_MODE_T encodeMode, TMR_IC_POLARITY_T IC1Polarity, in TMR_ConfigEncodeInterface() argument
805 tmr->CCEN |= ((IC1Polarity | (IC2Polarity << 4))); in TMR_ConfigEncodeInterface()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_tmr.c806 …TMR_ConfigEncodeInterface(TMR_T* tmr, TMR_ENCODER_MODE_T encodeMode, TMR_IC_POLARITY_T IC1Polarity, in TMR_ConfigEncodeInterface() argument
819 tmr->CCEN |= ((IC1Polarity | (IC2Polarity << 4))); in TMR_ConfigEncodeInterface()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_tmr.c1877 …TMR_ConfigEncodeInterface(TMR_T *tmr, TMR_ENCODER_MODE_T encodeMode, TMR_IC_POLARITY_T IC1Polarity, in TMR_ConfigEncodeInterface() argument
1890 tmr->CCEN_B.CC1POL = IC1Polarity; in TMR_ConfigEncodeInterface()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_tim.h135 uint32_t IC1Polarity; /*!< Specifies the active edge of the input signal. member
A Dstm32l1xx_ll_tim.h250 uint32_t IC1Polarity; /*!< Specifies the active edge of TI1 input. member

Completed in 61 milliseconds