|
STM32F439xx HAL User Manual
|
Peripheral State functions. More...
Functions | |
| HAL_TIM_StateTypeDef | HAL_TIM_Base_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM Base state. | |
| HAL_TIM_StateTypeDef | HAL_TIM_OC_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM OC state. | |
| HAL_TIM_StateTypeDef | HAL_TIM_PWM_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM PWM state. | |
| HAL_TIM_StateTypeDef | HAL_TIM_IC_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM Input Capture state. | |
| HAL_TIM_StateTypeDef | HAL_TIM_OnePulse_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM One Pulse Mode state. | |
| HAL_TIM_StateTypeDef | HAL_TIM_Encoder_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM Encoder Mode state. | |
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 state.
| htim | pointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |
Definition at line 4412 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
Return the TIM Encoder Mode state.
| htim | pointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |
Definition at line 4467 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
Return the TIM Input Capture state.
| htim | pointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |
Definition at line 4445 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
Return the TIM OC state.
| htim | pointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |
Definition at line 4423 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
Return the TIM One Pulse Mode state.
| htim | pointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |
Definition at line 4456 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
Return the TIM PWM state.
| htim | pointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |
Definition at line 4434 of file stm32f4xx_hal_tim.c.
References TIM_HandleTypeDef::State.
1.7.6.1