Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_tim.c511 TIM_EncoderInitStruct->IC1Polarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_ENCODER_StructInit()
537 assert_param(IS_LL_TIM_IC_POLARITY_ENCODER(TIM_EncoderInitStruct->IC1Polarity)); in LL_TIM_ENCODER_Init()
569 tmpccer |= (uint32_t)(TIM_EncoderInitStruct->IC1Polarity); in LL_TIM_ENCODER_Init()
594 TIM_HallSensorInitStruct->IC1Polarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_HALLSENSOR_StructInit()
629 assert_param(IS_LL_TIM_IC_POLARITY_ENCODER(TIM_HallSensorInitStruct->IC1Polarity)); in LL_TIM_HALLSENSOR_Init()
671 tmpccer |= (uint32_t)(TIM_HallSensorInitStruct->IC1Polarity); in LL_TIM_HALLSENSOR_Init()
Dstm32l4xx_hal_tim_ex.c163 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
195 TIM_TI1_SetConfig(htim->Instance, sConfig->IC1Polarity, TIM_ICSELECTION_TRC, sConfig->IC1Filter); in HAL_TIMEx_HallSensor_Init()
Dstm32l4xx_hal_tim.c2559 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()
2621 tmpccer |= sConfig->IC1Polarity | (sConfig->IC2Polarity << 4U); in HAL_TIM_Encoder_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_tim.c414 TIM_EncoderInitStruct->IC1Polarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_ENCODER_StructInit()
440 assert_param(IS_LL_TIM_IC_POLARITY_ENCODER(TIM_EncoderInitStruct->IC1Polarity)); in LL_TIM_ENCODER_Init()
472 tmpccer |= (uint32_t)(TIM_EncoderInitStruct->IC1Polarity); in LL_TIM_ENCODER_Init()
Dstm32l1xx_hal_tim.c2187 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()
2237 tmpccer |= sConfig->IC1Polarity | (sConfig->IC2Polarity << 4); in HAL_TIM_Encoder_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_tim.c391 TIM_EncoderInitStruct->IC1Polarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_ENCODER_StructInit()
417 assert_param(IS_LL_TIM_IC_POLARITY_ENCODER(TIM_EncoderInitStruct->IC1Polarity)); in LL_TIM_ENCODER_Init()
449 tmpccer |= (uint32_t)(TIM_EncoderInitStruct->IC1Polarity); in LL_TIM_ENCODER_Init()
Dstm32l0xx_hal_tim.c2178 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()
2230 tmpccer |= sConfig->IC1Polarity | (sConfig->IC2Polarity << 4U); in HAL_TIM_Encoder_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim_ex.h66 uint32_t IC1Polarity; /*!< Specifies the active edge of the input signal. member
Dstm32l4xx_ll_tim.h381 uint32_t IC1Polarity; /*!< Specifies the active edge of TI1 input. member
429 uint32_t IC1Polarity; /*!< Specifies the active edge of TI1 input. member
Dstm32l4xx_hal_tim.h185 uint32_t IC1Polarity; /*!< Specifies the active edge of the input signal. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h155 uint32_t IC1Polarity; /*!< Specifies the active edge of the input signal. member
Dstm32l1xx_ll_tim.h253 uint32_t IC1Polarity; /*!< Specifies the active edge of TI1 input. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h182 uint32_t IC1Polarity; /*!< Specifies the active edge of the input signal. member
Dstm32l0xx_ll_tim.h256 uint32_t IC1Polarity; /*!< Specifies the active edge of TI1 input. member