STM32F439xx HAL User Manual
Functions
Peripheral State functions
TIM Exported Functions

Peripheral State functions. More...

Functions

HAL_TIM_StateTypeDef HAL_TIM_Base_GetState (TIM_HandleTypeDef *htim)
 Return the TIM Base state.
HAL_TIM_StateTypeDef HAL_TIM_OC_GetState (TIM_HandleTypeDef *htim)
 Return the TIM OC state.
HAL_TIM_StateTypeDef HAL_TIM_PWM_GetState (TIM_HandleTypeDef *htim)
 Return the TIM PWM state.
HAL_TIM_StateTypeDef HAL_TIM_IC_GetState (TIM_HandleTypeDef *htim)
 Return the TIM Input Capture state.
HAL_TIM_StateTypeDef HAL_TIM_OnePulse_GetState (TIM_HandleTypeDef *htim)
 Return the TIM One Pulse Mode state.
HAL_TIM_StateTypeDef HAL_TIM_Encoder_GetState (TIM_HandleTypeDef *htim)
 Return the TIM Encoder Mode state.

Detailed Description

Peripheral State functions.

  ==============================================================================
                        ##### Peripheral State functions #####
  ==============================================================================  
  [..]
    This subsection permits to get in run-time the status of the peripheral 
    and the data flow.


Function Documentation

Return the TIM Base state.

Parameters:
htimpointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module.
Return values:
HALstate

Definition at line 4412 of file stm32f4xx_hal_tim.c.

References TIM_HandleTypeDef::State.

Return the TIM Encoder Mode state.

Parameters:
htimpointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module.
Return values:
HALstate

Definition at line 4467 of file stm32f4xx_hal_tim.c.

References TIM_HandleTypeDef::State.

Return the TIM Input Capture state.

Parameters:
htimpointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module.
Return values:
HALstate

Definition at line 4445 of file stm32f4xx_hal_tim.c.

References TIM_HandleTypeDef::State.

Return the TIM OC state.

Parameters:
htimpointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module.
Return values:
HALstate

Definition at line 4423 of file stm32f4xx_hal_tim.c.

References TIM_HandleTypeDef::State.

Return the TIM One Pulse Mode state.

Parameters:
htimpointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module.
Return values:
HALstate

Definition at line 4456 of file stm32f4xx_hal_tim.c.

References TIM_HandleTypeDef::State.

Return the TIM PWM state.

Parameters:
htimpointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module.
Return values:
HALstate

Definition at line 4434 of file stm32f4xx_hal_tim.c.

References TIM_HandleTypeDef::State.