STM32F4xx_HAL_Driver  1.8.3
Extended Peripheral State functions

Extended Peripheral State functions. More...

+ Collaboration diagram for Extended Peripheral State functions:

Functions

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

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

◆ HAL_TIMEx_GetChannelNState()

HAL_TIM_ChannelStateTypeDef HAL_TIMEx_GetChannelNState ( const TIM_HandleTypeDef htim,
uint32_t  ChannelN 
)

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 2224 of file stm32f4xx_hal_tim_ex.c.

◆ HAL_TIMEx_HallSensor_GetState()

HAL_TIM_StateTypeDef HAL_TIMEx_HallSensor_GetState ( const TIM_HandleTypeDef htim)

Return the TIM Hall Sensor interface handle state.

Parameters
htimTIM Hall Sensor handle
Return values
HALstate

Definition at line 2209 of file stm32f4xx_hal_tim_ex.c.