L4 HAL Drivers

Embed: (wiki syntax)

« Back to documentation index

Peripheral State 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

HAL_TIM_StateTypeDef HAL_TIM_Base_GetState ( TIM_HandleTypeDef *  htim )

Return the TIM Base handle state.

Parameters:
htim,:TIM Base handle
Return values:
HALstate

Definition at line 4313 of file stm32l4xx_hal_tim.c.

HAL_TIM_StateTypeDef HAL_TIM_Encoder_GetState ( TIM_HandleTypeDef *  htim )

Return the TIM Encoder Mode handle state.

Parameters:
htim,:TIM Encoder handle
Return values:
HALstate

Definition at line 4363 of file stm32l4xx_hal_tim.c.

HAL_TIM_StateTypeDef HAL_TIM_IC_GetState ( TIM_HandleTypeDef *  htim )

Return the TIM Input Capture handle state.

Parameters:
htim,:TIM IC handle
Return values:
HALstate

Definition at line 4343 of file stm32l4xx_hal_tim.c.

HAL_TIM_StateTypeDef HAL_TIM_OC_GetState ( TIM_HandleTypeDef *  htim )

Return the TIM OC handle state.

Parameters:
htim,:TIM Ouput Compare handle
Return values:
HALstate

Definition at line 4323 of file stm32l4xx_hal_tim.c.

HAL_TIM_StateTypeDef HAL_TIM_OnePulse_GetState ( TIM_HandleTypeDef *  htim )

Return the TIM One Pulse Mode handle state.

Parameters:
htim,:TIM OPM handle
Return values:
HALstate

Definition at line 4353 of file stm32l4xx_hal_tim.c.

HAL_TIM_StateTypeDef HAL_TIM_PWM_GetState ( TIM_HandleTypeDef *  htim )

Return the TIM PWM handle state.

Parameters:
htim,:TIM handle
Return values:
HALstate

Definition at line 4333 of file stm32l4xx_hal_tim.c.