STM32L486xx 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 handle state.
HAL_TIM_StateTypeDef HAL_TIM_OC_GetState (TIM_HandleTypeDef *htim)
 Return the TIM OC handle state.
HAL_TIM_StateTypeDef HAL_TIM_PWM_GetState (TIM_HandleTypeDef *htim)
 Return the TIM PWM handle state.
HAL_TIM_StateTypeDef HAL_TIM_IC_GetState (TIM_HandleTypeDef *htim)
 Return the TIM Input Capture handle state.
HAL_TIM_StateTypeDef HAL_TIM_OnePulse_GetState (TIM_HandleTypeDef *htim)
 Return the TIM One Pulse Mode handle state.
HAL_TIM_StateTypeDef HAL_TIM_Encoder_GetState (TIM_HandleTypeDef *htim)
 Return the TIM Encoder Mode handle 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 handle state.

Parameters:
htimTIM Base handle
Return values:
HALstate

Definition at line 5387 of file stm32l4xx_hal_tim.c.

References __TIM_HandleTypeDef::State.

Return the TIM Encoder Mode handle state.

Parameters:
htimTIM Encoder Interface handle
Return values:
HALstate

Definition at line 5437 of file stm32l4xx_hal_tim.c.

References __TIM_HandleTypeDef::State.

Return the TIM Input Capture handle state.

Parameters:
htimTIM IC handle
Return values:
HALstate

Definition at line 5417 of file stm32l4xx_hal_tim.c.

References __TIM_HandleTypeDef::State.

Return the TIM OC handle state.

Parameters:
htimTIM Output Compare handle
Return values:
HALstate

Definition at line 5397 of file stm32l4xx_hal_tim.c.

References __TIM_HandleTypeDef::State.

Return the TIM One Pulse Mode handle state.

Parameters:
htimTIM OPM handle
Return values:
HALstate

Definition at line 5427 of file stm32l4xx_hal_tim.c.

References __TIM_HandleTypeDef::State.

Return the TIM PWM handle state.

Parameters:
htimTIM handle
Return values:
HALstate

Definition at line 5407 of file stm32l4xx_hal_tim.c.

References __TIM_HandleTypeDef::State.