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_Base_GetState()
◆ HAL_TIM_DMABurstState()
Return actual state of a DMA burst operation.
- Parameters
-
- Return values
-
Definition at line 6434 of file stm32f4xx_hal_tim.c.
◆ HAL_TIM_Encoder_GetState()
Return the TIM Encoder Mode handle state.
- Parameters
-
htim | TIM Encoder Interface handle |
- Return values
-
Definition at line 6389 of file stm32f4xx_hal_tim.c.
◆ HAL_TIM_GetActiveChannel()
Return the TIM Encoder Mode handle state.
- Parameters
-
- Return values
-
Definition at line 6399 of file stm32f4xx_hal_tim.c.
◆ HAL_TIM_GetChannelState()
Return actual state of the TIM channel.
- Parameters
-
htim | TIM handle |
Channel | TIM Channel This parameter can be one of the following values:
- TIM_CHANNEL_1: TIM Channel 1
- TIM_CHANNEL_2: TIM Channel 2
- TIM_CHANNEL_3: TIM Channel 3
- TIM_CHANNEL_4: TIM Channel 4
- TIM_CHANNEL_5: TIM Channel 5
- TIM_CHANNEL_6: TIM Channel 6
|
- Return values
-
Definition at line 6417 of file stm32f4xx_hal_tim.c.
◆ HAL_TIM_IC_GetState()
Return the TIM Input Capture handle state.
- Parameters
-
- Return values
-
Definition at line 6369 of file stm32f4xx_hal_tim.c.
◆ HAL_TIM_OC_GetState()
Return the TIM OC handle state.
- Parameters
-
htim | TIM Output Compare handle |
- Return values
-
Definition at line 6349 of file stm32f4xx_hal_tim.c.
◆ HAL_TIM_OnePulse_GetState()
Return the TIM One Pulse Mode handle state.
- Parameters
-
- Return values
-
Definition at line 6379 of file stm32f4xx_hal_tim.c.
◆ HAL_TIM_PWM_GetState()