|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Peripheral State functions. More...
Peripheral State functions.
TIM Peripheral State functions.
==============================================================================
##### Peripheral State functions #####
==============================================================================
[..]
This subsection permits to get in run-time the status of the peripheral
and the data flow. | HAL_TIM_StateTypeDef HAL_TIM_Base_GetState | ( | const TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim.h>
Return the TIM Base handle state.
| htim | TIM Base handle |
| HAL | state |
Definition at line 6339 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
| HAL_TIM_StateTypeDef HAL_TIM_OC_GetState | ( | const TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim.h>
Return the TIM OC handle state.
| htim | TIM Output Compare handle |
| HAL | state |
Definition at line 6349 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
| HAL_TIM_StateTypeDef HAL_TIM_PWM_GetState | ( | const TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim.h>
Return the TIM PWM handle state.
| htim | TIM handle |
| HAL | state |
Definition at line 6359 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
| HAL_TIM_StateTypeDef HAL_TIM_IC_GetState | ( | const TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim.h>
Return the TIM Input Capture handle state.
| htim | TIM IC handle |
| HAL | state |
Definition at line 6369 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
| HAL_TIM_StateTypeDef HAL_TIM_OnePulse_GetState | ( | const TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim.h>
Return the TIM One Pulse Mode handle state.
| htim | TIM OPM handle |
| HAL | state |
Definition at line 6379 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
| HAL_TIM_StateTypeDef HAL_TIM_Encoder_GetState | ( | const TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim.h>
Return the TIM Encoder Mode handle state.
| htim | TIM Encoder Interface handle |
| HAL | state |
Definition at line 6389 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
| HAL_TIM_ActiveChannel HAL_TIM_GetActiveChannel | ( | const TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim.h>
Return the TIM Encoder Mode handle state.
| htim | TIM handle |
| Active | channel |
Definition at line 6399 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::Channel.
| HAL_TIM_ChannelStateTypeDef HAL_TIM_GetChannelState | ( | const TIM_HandleTypeDef * | htim, |
| uint32_t | Channel ) |
#include <stm32f4xx_hal_tim.h>
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 6417 of file stm32f4xx_hal_tim.c.
References assert_param, TIM_HandleTypeDef::Instance, and TIM_CHANNEL_STATE_GET.
| HAL_TIM_DMABurstStateTypeDef HAL_TIM_DMABurstState | ( | const TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim.h>
Return actual state of a DMA burst operation.
| htim | TIM handle |
| DMA | burst state |
Definition at line 6434 of file stm32f4xx_hal_tim.c.
References assert_param, TIM_HandleTypeDef::DMABurstState, and TIM_HandleTypeDef::Instance.