|
STM32L443xx HAL User Manual
|
TIM Peripheral State functions. More...
TIM Peripheral State functions.
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 handle state.
| htim | TIM Base handle |
| HAL | state |
Definition at line 6495 of file stm32l4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return actual state of a DMA burst operation.
| htim | TIM handle |
| DMA | burst state |
Definition at line 6590 of file stm32l4xx_hal_tim.c.
References assert_param, __TIM_HandleTypeDef::DMABurstState, and __TIM_HandleTypeDef::Instance.
Return the TIM Encoder Mode handle state.
| htim | TIM Encoder Interface handle |
| HAL | state |
Definition at line 6545 of file stm32l4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM Encoder Mode handle state.
| htim | TIM handle |
| Active | channel |
Definition at line 6555 of file stm32l4xx_hal_tim.c.
References __TIM_HandleTypeDef::Channel.
| HAL_TIM_ChannelStateTypeDef HAL_TIM_GetChannelState | ( | TIM_HandleTypeDef * | htim, |
| uint32_t | Channel | ||
| ) |
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 6573 of file stm32l4xx_hal_tim.c.
References assert_param, __TIM_HandleTypeDef::Instance, and TIM_CHANNEL_STATE_GET.
Return the TIM Input Capture handle state.
| htim | TIM IC handle |
| HAL | state |
Definition at line 6525 of file stm32l4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM OC handle state.
| htim | TIM Output Compare handle |
| HAL | state |
Definition at line 6505 of file stm32l4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM One Pulse Mode handle state.
| htim | TIM OPM handle |
| HAL | state |
Definition at line 6535 of file stm32l4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM PWM handle state.
| htim | TIM handle |
| HAL | state |
Definition at line 6515 of file stm32l4xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
1.7.6.1