Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Peripheral State functions
[TIM Exported Functions]
Peripheral State functions. More...
Functions | |
HAL_TIM_StateTypeDef | HAL_TIM_Base_GetState (TIM_HandleTypeDef *htim) |
Return the TIM Base handle state. | |
HAL_TIM_StateTypeDef | HAL_TIM_OC_GetState (TIM_HandleTypeDef *htim) |
Return the TIM OC handle state. | |
HAL_TIM_StateTypeDef | HAL_TIM_PWM_GetState (TIM_HandleTypeDef *htim) |
Return the TIM PWM handle state. | |
HAL_TIM_StateTypeDef | HAL_TIM_IC_GetState (TIM_HandleTypeDef *htim) |
Return the TIM Input Capture handle state. | |
HAL_TIM_StateTypeDef | HAL_TIM_OnePulse_GetState (TIM_HandleTypeDef *htim) |
Return the TIM One Pulse Mode handle state. | |
HAL_TIM_StateTypeDef | HAL_TIM_Encoder_GetState (TIM_HandleTypeDef *htim) |
Return the TIM Encoder Mode handle state. |
Detailed Description
Peripheral State functions.
============================================================================== ##### Peripheral State functions ##### ============================================================================== [..] This subsection permits to get in run-time the status of the peripheral and the data flow.
Function Documentation
HAL_TIM_StateTypeDef HAL_TIM_Base_GetState | ( | TIM_HandleTypeDef * | htim ) |
Return the TIM Base handle state.
- Parameters:
-
htim,: TIM Base handle
- Return values:
-
HAL state
Definition at line 4542 of file stm32l4xx_hal_tim.c.
HAL_TIM_StateTypeDef HAL_TIM_Encoder_GetState | ( | TIM_HandleTypeDef * | htim ) |
Return the TIM Encoder Mode handle state.
- Parameters:
-
htim,: TIM Encoder handle
- Return values:
-
HAL state
Definition at line 4592 of file stm32l4xx_hal_tim.c.
HAL_TIM_StateTypeDef HAL_TIM_IC_GetState | ( | TIM_HandleTypeDef * | htim ) |
Return the TIM Input Capture handle state.
- Parameters:
-
htim,: TIM IC handle
- Return values:
-
HAL state
Definition at line 4572 of file stm32l4xx_hal_tim.c.
HAL_TIM_StateTypeDef HAL_TIM_OC_GetState | ( | TIM_HandleTypeDef * | htim ) |
Return the TIM OC handle state.
- Parameters:
-
htim,: TIM Ouput Compare handle
- Return values:
-
HAL state
Definition at line 4552 of file stm32l4xx_hal_tim.c.
HAL_TIM_StateTypeDef HAL_TIM_OnePulse_GetState | ( | TIM_HandleTypeDef * | htim ) |
Return the TIM One Pulse Mode handle state.
- Parameters:
-
htim,: TIM OPM handle
- Return values:
-
HAL state
Definition at line 4582 of file stm32l4xx_hal_tim.c.
HAL_TIM_StateTypeDef HAL_TIM_PWM_GetState | ( | TIM_HandleTypeDef * | htim ) |
Return the TIM PWM handle state.
- Parameters:
-
htim,: TIM handle
- Return values:
-
HAL state
Definition at line 4562 of file stm32l4xx_hal_tim.c.
Generated on Tue Jul 12 2022 11:00:06 by
