STM32H735xx HAL User Manual
Functions
Extended Peripheral State functions
TIM Extended Exported Functions

Extended Peripheral State functions. More...

Functions

HAL_TIM_StateTypeDef HAL_TIMEx_HallSensor_GetState (TIM_HandleTypeDef *htim)
 Return the TIM Hall Sensor interface handle state.
HAL_TIM_ChannelStateTypeDef HAL_TIMEx_GetChannelNState (TIM_HandleTypeDef *htim, uint32_t ChannelN)
 Return actual state of the TIM complementary channel.

Detailed Description

Extended Peripheral State functions.

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


Function Documentation

Return actual state of the TIM complementary channel.

Parameters:
htimTIM handle
ChannelNTIM Complementary channel This parameter can be one of the following values:
  • TIM_CHANNEL_1: TIM Channel 1
  • TIM_CHANNEL_2: TIM Channel 2
  • TIM_CHANNEL_3: TIM Channel 3
Return values:
TIMComplementary channel state

Definition at line 2749 of file stm32h7xx_hal_tim_ex.c.

References assert_param, __TIM_HandleTypeDef::Instance, and TIM_CHANNEL_N_STATE_GET.

Return the TIM Hall Sensor interface handle state.

Parameters:
htimTIM Hall Sensor handle
Return values:
HALstate

Definition at line 2734 of file stm32h7xx_hal_tim_ex.c.

References __TIM_HandleTypeDef::State.