HAL_TIM_OC_GetState
HAL_TIM_StateTypeDef HAL_TIM_OC_GetState
(TIM_HandleTypeDef * htim)
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.
HAL_TIM_PWM_GetState
HAL_TIM_StateTypeDef HAL_TIM_PWM_GetState
(TIM_HandleTypeDef * htim)
Return the TIM PWM state.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.
HAL_TIM_IC_GetState
HAL_TIM_StateTypeDef HAL_TIM_IC_GetState
(TIM_HandleTypeDef * htim)
Return the TIM Input Capture state.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.
HAL_TIM_OnePulse_GetState
HAL_TIM_StateTypeDef HAL_TIM_OnePulse_GetState
(TIM_HandleTypeDef * htim)
Return the TIM One Pulse Mode state.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.
HAL_TIM_Encoder_GetState
HAL_TIM_StateTypeDef HAL_TIM_Encoder_GetState
(TIM_HandleTypeDef * htim)
Return the TIM Encoder Mode state.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.