Home
last modified time | relevance | path

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

/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dair105_timer.h45 }TIM_NumTypeDef; typedef
49 TIM_NumTypeDef TIMx;
57 TIM_NumTypeDef TIMx;
74 void TIM_Cmd(TIM_Module_TypeDef* TIMMx, TIM_NumTypeDef TIMx, FunctionalState NewState);
76 void TIM_SetPeriod(TIM_Module_TypeDef* TIMMx, TIM_NumTypeDef TIMx, uint32_t Period);
78 void TIM_ITConfig(TIM_Module_TypeDef* TIMMx, TIM_NumTypeDef TIMx, FunctionalState NewState);
79 void TIM_ClearITPendingBit(TIM_Module_TypeDef* TIMMx, TIM_NumTypeDef TIMx);
81 void TIM_PWMReloadSinglePulse(TIM_Module_TypeDef *TIMMx, TIM_NumTypeDef TIMx);
83 ITStatus TIM_GetITStatus(TIM_Module_TypeDef* TIMMx, TIM_NumTypeDef TIMx);
85 ITStatus TIM_GetRawITStatus(TIM_Module_TypeDef* TIMMx, TIM_NumTypeDef TIMx);
[all …]

Completed in 4 milliseconds