STM32F103xB 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 6204 of file stm32f1xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return actual state of a DMA burst operation.
htim | TIM handle |
DMA | burst state |
Definition at line 6299 of file stm32f1xx_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 6254 of file stm32f1xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM Encoder Mode handle state.
htim | TIM handle |
Active | channel |
Definition at line 6264 of file stm32f1xx_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 6282 of file stm32f1xx_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 6234 of file stm32f1xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM OC handle state.
htim | TIM Output Compare handle |
HAL | state |
Definition at line 6214 of file stm32f1xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM One Pulse Mode handle state.
htim | TIM OPM handle |
HAL | state |
Definition at line 6244 of file stm32f1xx_hal_tim.c.
References __TIM_HandleTypeDef::State.
Return the TIM PWM handle state.
htim | TIM handle |
HAL | state |
Definition at line 6224 of file stm32f1xx_hal_tim.c.
References __TIM_HandleTypeDef::State.