Searched refs:TIM_IC_InitStruct (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 | 434 …tatus LL_TIM_IC_Init(TIM_TypeDef *TIMx, uint32_t Channel, LL_TIM_IC_InitTypeDef *TIM_IC_InitStruct) in LL_TIM_IC_Init() argument 441 result = IC1Config(TIMx, TIM_IC_InitStruct); in LL_TIM_IC_Init() 444 result = IC2Config(TIMx, TIM_IC_InitStruct); in LL_TIM_IC_Init() 447 result = IC3Config(TIMx, TIM_IC_InitStruct); in LL_TIM_IC_Init() 450 result = IC4Config(TIMx, TIM_IC_InitStruct); in LL_TIM_IC_Init()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_tim.c | 461 …tatus LL_TIM_IC_Init(TIM_TypeDef *TIMx, uint32_t Channel, LL_TIM_IC_InitTypeDef *TIM_IC_InitStruct) in LL_TIM_IC_Init() argument 468 result = IC1Config(TIMx, TIM_IC_InitStruct); in LL_TIM_IC_Init() 471 result = IC2Config(TIMx, TIM_IC_InitStruct); in LL_TIM_IC_Init() 474 result = IC3Config(TIMx, TIM_IC_InitStruct); in LL_TIM_IC_Init() 477 result = IC4Config(TIMx, TIM_IC_InitStruct); in LL_TIM_IC_Init()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_tim.h | 3940 …atus LL_TIM_IC_Init(TIM_TypeDef *TIMx, uint32_t Channel, LL_TIM_IC_InitTypeDef *TIM_IC_InitStruct);
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_tim.h | 4982 …atus LL_TIM_IC_Init(TIM_TypeDef *TIMx, uint32_t Channel, LL_TIM_IC_InitTypeDef *TIM_IC_InitStruct);
|