Searched refs:TIM_ICInitStruct (Results 1 – 4 of 4) sorted by relevance
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_ll_tim.c | 145 static ErrorStatus IC1Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct); 146 static ErrorStatus IC2Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct); 147 static ErrorStatus IC3Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct); 148 static ErrorStatus IC4Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct); 412 void LL_TIM_IC_StructInit(LL_TIM_IC_InitTypeDef *TIM_ICInitStruct) in LL_TIM_IC_StructInit() argument 415 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit() 416 TIM_ICInitStruct->ICActiveInput = LL_TIM_ACTIVEINPUT_DIRECTTI; in LL_TIM_IC_StructInit() 417 TIM_ICInitStruct->ICPrescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_IC_StructInit() 418 TIM_ICInitStruct->ICFilter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_IC_StructInit() 1039 static ErrorStatus IC1Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct) in IC1Config() argument [all …]
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_tim.c | 193 static ErrorStatus IC1Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct); 194 static ErrorStatus IC2Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct); 195 static ErrorStatus IC3Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct); 196 static ErrorStatus IC4Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct); 439 void LL_TIM_IC_StructInit(LL_TIM_IC_InitTypeDef *TIM_ICInitStruct) in LL_TIM_IC_StructInit() argument 442 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit() 443 TIM_ICInitStruct->ICActiveInput = LL_TIM_ACTIVEINPUT_DIRECTTI; in LL_TIM_IC_StructInit() 444 TIM_ICInitStruct->ICPrescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_IC_StructInit() 445 TIM_ICInitStruct->ICFilter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_IC_StructInit() 1210 static ErrorStatus IC1Config(TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct) in IC1Config() argument [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_tim.h | 3939 void LL_TIM_IC_StructInit(LL_TIM_IC_InitTypeDef *TIM_ICInitStruct);
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_tim.h | 4981 void LL_TIM_IC_StructInit(LL_TIM_IC_InitTypeDef *TIM_ICInitStruct);
|