Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_tim.c1901 assert_param(IS_TIM_IC_SELECTION(TIM_ICInitStruct->TIM_ICSelection)); in TIM_ICInit()
1909 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
1919 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
1929 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
1939 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
1957 TIM_ICInitStruct->TIM_ICSelection = TIM_ICSelection_DirectTI; in TIM_ICStructInit()
1989 if (TIM_ICInitStruct->TIM_ICSelection == TIM_ICSelection_DirectTI) in TIM_PWMIConfig()
3209 tmpccmr1 |= (uint16_t)(TIM_ICSelection | (uint16_t)(TIM_ICFilter << (uint16_t)4)); in TI1_Config()
3252 tmpccmr1 |= (uint16_t)(TIM_ICSelection << 8); in TI2_Config()
3293 tmpccmr2 |= (uint16_t)(TIM_ICSelection | (uint16_t)(TIM_ICFilter << (uint16_t)4)); in TI3_Config()
[all …]
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_tim.c1905 assert_param(IS_TIM_IC_SELECTION(TIM_ICInitStruct->TIM_ICSelection)); in TIM_ICInit()
1913 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
1923 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
1933 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
1943 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
1961 TIM_ICInitStruct->TIM_ICSelection = TIM_ICSelection_DirectTI; in TIM_ICStructInit()
1993 if (TIM_ICInitStruct->TIM_ICSelection == TIM_ICSelection_DirectTI) in TIM_PWMIConfig()
3216 tmpccmr1 |= (uint16_t)(TIM_ICSelection | (uint16_t)(TIM_ICFilter << (uint16_t)4)); in TI1_Config()
3259 tmpccmr1 |= (uint16_t)(TIM_ICSelection << 8); in TI2_Config()
3300 tmpccmr2 |= (uint16_t)(TIM_ICSelection | (uint16_t)(TIM_ICFilter << (uint16_t)4)); in TI3_Config()
[all …]
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_tim.c76 static void TI1_Config(TIM_TypeDef* TIMx, uint16_t TIM_ICPolarity, uint16_t TIM_ICSelection,
78 static void TI2_Config(TIM_TypeDef* TIMx, uint16_t TIM_ICPolarity, uint16_t TIM_ICSelection,
589 assert_param(IS_TIM_IC_SELECTION(TIM_ICInitStruct->TIM_ICSelection)); in TIM_ICInit()
607 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
617 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
627 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
637 TIM_ICInitStruct->TIM_ICSelection, in TIM_ICInit()
668 if (TIM_ICInitStruct->TIM_ICSelection == TIM_ICSelection_DirectTI) in TIM_PWMIConfig()
774 TIM_ICInitStruct->TIM_ICSelection = TIM_ICSelection_DirectTI; in TIM_ICStructInit()
2758 tmpccmr1 |= (uint16_t)(TIM_ICSelection << 8); in TI2_Config()
[all …]
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_tim.c153 static void TIM_TI2_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection,
156 static void TIM_TI3_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection,
158 static void TIM_TI4_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection,
5141 void TIM_TI1_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, in TIM_TI1_SetConfig() argument
5156 tmpccmr1 |= TIM_ICSelection; in TIM_TI1_SetConfig()
5231 static void TIM_TI2_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, in TIM_TI2_SetConfig() argument
5244 tmpccmr1 |= (TIM_ICSelection << 8U); in TIM_TI2_SetConfig()
5314 static void TIM_TI3_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, in TIM_TI3_SetConfig() argument
5327 tmpccmr2 |= TIM_ICSelection; in TIM_TI3_SetConfig()
5362 static void TIM_TI4_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, in TIM_TI4_SetConfig() argument
[all …]
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_tim.c151 static void TIM_TI2_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection,
154 static void TIM_TI3_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection,
156 static void TIM_TI4_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection,
4791 void TIM_TI1_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, in TIM_TI1_SetConfig() argument
4805 tmpccmr1 |= TIM_ICSelection; in TIM_TI1_SetConfig()
4878 static void TIM_TI2_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, in TIM_TI2_SetConfig() argument
4891 tmpccmr1 |= (TIM_ICSelection << 8); in TIM_TI2_SetConfig()
4961 static void TIM_TI3_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, in TIM_TI3_SetConfig() argument
4974 tmpccmr2 |= TIM_ICSelection; in TIM_TI3_SetConfig()
5009 static void TIM_TI4_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, in TIM_TI4_SetConfig() argument
[all …]
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_tim.h128 uint16_t TIM_ICSelection; /*!< Specifies the input. member
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_tim.h128 uint16_t TIM_ICSelection; /*!< Specifies the input. member
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_tim.h123 uint16_t TIM_ICSelection; /*!< Specifies the input. member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_tim.h1155 void TIM_TI1_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, uint32…
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_tim.h1507 void TIM_TI1_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, uint32…

Completed in 82 milliseconds