| STM32F479xx HAL User Manual
   
    | 
TIM Peripheral State functions. More...
TIM Peripheral State functions.
Peripheral State functions.
  ==============================================================================
                        ##### Peripheral State functions #####
  ==============================================================================
    [..]
    This subsection permits to get in run-time the status of the peripheral
    and the data flow.
Return the TIM Base handle state.
| htim | TIM Base handle | 
| HAL | state | 
Definition at line 6342 of file stm32f4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return actual state of a DMA burst operation.
| htim | TIM handle | 
| DMA | burst state | 
Definition at line 6437 of file stm32f4xx_hal_tim.c.
References assert_param, __TIM_HandleTypeDef::DMABurstState, and __TIM_HandleTypeDef::Instance.
Return the TIM Encoder Mode handle state.
| htim | TIM Encoder Interface handle | 
| HAL | state | 
Definition at line 6392 of file stm32f4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM Encoder Mode handle state.
| htim | TIM handle | 
| Active | channel | 
Definition at line 6402 of file stm32f4xx_hal_tim.c.
References __TIM_HandleTypeDef::Channel.
| HAL_TIM_ChannelStateTypeDef HAL_TIM_GetChannelState | ( | TIM_HandleTypeDef * | htim, | 
| uint32_t | Channel | ||
| ) | 
Return actual state of the TIM channel.
| htim | TIM handle | 
| Channel | TIM Channel This parameter can be one of the following values: 
 | 
| TIM | Channel state | 
Definition at line 6420 of file stm32f4xx_hal_tim.c.
References assert_param, __TIM_HandleTypeDef::Instance, and TIM_CHANNEL_STATE_GET.
Return the TIM Input Capture handle state.
| htim | TIM IC handle | 
| HAL | state | 
Definition at line 6372 of file stm32f4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM OC handle state.
| htim | TIM Output Compare handle | 
| HAL | state | 
Definition at line 6352 of file stm32f4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM One Pulse Mode handle state.
| htim | TIM OPM handle | 
| HAL | state | 
Definition at line 6382 of file stm32f4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM PWM handle state.
| htim | TIM handle | 
| HAL | state | 
Definition at line 6362 of file stm32f4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
 1.7.6.1
 1.7.6.1