STM32L4xx_HAL_Driver  1.14.0
Extended Peripheral State 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. 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_HallSensor_GetState()

HAL_TIM_StateTypeDef HAL_TIMEx_HallSensor_GetState ( TIM_HandleTypeDef htim)

Return the TIM Hall Sensor interface handle state.

Parameters
htimTIM Hall Sensor handle
Return values
HALstate

Definition at line 2279 of file stm32l4xx_hal_tim_ex.c.

2280 {
2281  return htim->State;
2282 }