STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
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.
 
HAL_TIM_ChannelStateTypeDef HAL_TIMEx_GetChannelNState (const 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

◆ HAL_TIMEx_HallSensor_GetState()

HAL_TIM_StateTypeDef HAL_TIMEx_HallSensor_GetState ( const TIM_HandleTypeDef * htim)

#include <stm32f4xx_hal_tim_ex.h>

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.

References TIM_HandleTypeDef::State.

◆ HAL_TIMEx_GetChannelNState()

HAL_TIM_ChannelStateTypeDef HAL_TIMEx_GetChannelNState ( const TIM_HandleTypeDef * htim,
uint32_t ChannelN )

#include <stm32f4xx_hal_tim_ex.h>

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.

References assert_param, TIM_HandleTypeDef::Instance, and TIM_CHANNEL_N_STATE_GET.