Searched refs:tim_handler (Results 1 – 6 of 6) sorted by relevance
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_pulse_encoder.c | 52 TIM_HandleTypeDef tim_handler; member 87 stm32_device->tim_handler.Init.Prescaler = 0; in pulse_encoder_init() 89 stm32_device->tim_handler.Init.Period = AUTO_RELOAD_VALUE; in pulse_encoder_init() 127 __HAL_TIM_URS_ENABLE(&stm32_device->tim_handler); in pulse_encoder_init() 138 __HAL_TIM_SET_COUNTER(&stm32_device->tim_handler, 0); in pulse_encoder_clear_count() 195 __HAL_TIM_CLEAR_IT(&device->tim_handler, TIM_IT_CC1); in pulse_encoder_update_isr() 200 __HAL_TIM_CLEAR_IT(&device->tim_handler, TIM_IT_CC2); in pulse_encoder_update_isr() 205 __HAL_TIM_CLEAR_IT(&device->tim_handler, TIM_IT_CC3); in pulse_encoder_update_isr() 210 __HAL_TIM_CLEAR_IT(&device->tim_handler, TIM_IT_CC4); in pulse_encoder_update_isr() 215 __HAL_TIM_CLEAR_IT(&device->tim_handler, TIM_IT_BREAK); in pulse_encoder_update_isr() [all …]
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | pulse_encoder_config.h | 24 .tim_handler.Instance = TIM1, \ 35 .tim_handler.Instance = TIM2, \ 46 .tim_handler.Instance = TIM3, \ 57 .tim_handler.Instance = TIM4, \
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/config/f4/ |
| A D | pulse_encoder_config.h | 24 .tim_handler.Instance = TIM1, \ 35 .tim_handler.Instance = TIM2, \ 46 .tim_handler.Instance = TIM3, \ 57 .tim_handler.Instance = TIM4, \
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/config/f1/ |
| A D | pulse_encoder_config.h | 24 .tim_handler.Instance = TIM1, \ 35 .tim_handler.Instance = TIM2, \ 46 .tim_handler.Instance = TIM3, \ 57 .tim_handler.Instance = TIM4, \
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/config/g4/ |
| A D | pulse_encoder_config.h | 24 .tim_handler.Instance = TIM1, \ 35 .tim_handler.Instance = TIM2, \ 46 .tim_handler.Instance = TIM3, \ 57 .tim_handler.Instance = TIM4, \
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/config/l1/ |
| A D | pulse_encoder_config.h | 24 .tim_handler.Instance = TIM1, \ 35 .tim_handler.Instance = TIM2, \ 46 .tim_handler.Instance = TIM3, \ 57 .tim_handler.Instance = TIM4, \
|
Completed in 10 milliseconds