|
STM32L4xx_HAL_Driver
1.14.0
|
Peripheral State functions. More...
Functions | |
| HAL_TIM_StateTypeDef | HAL_TIM_Base_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM Base handle state. More... | |
| HAL_TIM_StateTypeDef | HAL_TIM_OC_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM OC handle state. More... | |
| HAL_TIM_StateTypeDef | HAL_TIM_PWM_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM PWM handle state. More... | |
| HAL_TIM_StateTypeDef | HAL_TIM_IC_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM Input Capture handle state. More... | |
| HAL_TIM_StateTypeDef | HAL_TIM_OnePulse_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM One Pulse Mode handle state. More... | |
| HAL_TIM_StateTypeDef | HAL_TIM_Encoder_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM Encoder Mode handle state. 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 | ( | TIM_HandleTypeDef * | htim | ) |
Return the TIM Base handle state.
| htim | TIM Base handle |
| HAL | state |
Definition at line 5624 of file stm32l4xx_hal_tim.c.
| HAL_TIM_StateTypeDef HAL_TIM_Encoder_GetState | ( | TIM_HandleTypeDef * | htim | ) |
Return the TIM Encoder Mode handle state.
| htim | TIM Encoder Interface handle |
| HAL | state |
Definition at line 5674 of file stm32l4xx_hal_tim.c.
| HAL_TIM_StateTypeDef HAL_TIM_IC_GetState | ( | TIM_HandleTypeDef * | htim | ) |
Return the TIM Input Capture handle state.
| htim | TIM IC handle |
| HAL | state |
Definition at line 5654 of file stm32l4xx_hal_tim.c.
| HAL_TIM_StateTypeDef HAL_TIM_OC_GetState | ( | TIM_HandleTypeDef * | htim | ) |
Return the TIM OC handle state.
| htim | TIM Output Compare handle |
| HAL | state |
Definition at line 5634 of file stm32l4xx_hal_tim.c.
| HAL_TIM_StateTypeDef HAL_TIM_OnePulse_GetState | ( | TIM_HandleTypeDef * | htim | ) |
Return the TIM One Pulse Mode handle state.
| htim | TIM OPM handle |
| HAL | state |
Definition at line 5664 of file stm32l4xx_hal_tim.c.
| HAL_TIM_StateTypeDef HAL_TIM_PWM_GetState | ( | TIM_HandleTypeDef * | htim | ) |
Return the TIM PWM handle state.
| htim | TIM handle |
| HAL | state |
Definition at line 5644 of file stm32l4xx_hal_tim.c.