|
STM32L443xx HAL User Manual
|
Extended Peripheral State functions. More...
Functions | |
| HAL_TIM_StateTypeDef | HAL_TIMEx_HallSensor_GetState (TIM_HandleTypeDef *htim) |
| Return the TIM Hall Sensor interface handle state. | |
| HAL_TIM_ChannelStateTypeDef | HAL_TIMEx_GetChannelNState (TIM_HandleTypeDef *htim, uint32_t ChannelN) |
| Return actual state of the TIM complementary channel. | |
Extended Peripheral State functions.
==============================================================================
##### Extended Peripheral State functions #####
==============================================================================
[..]
This subsection permits to get in run-time the status of the peripheral
and the data flow.
| HAL_TIM_ChannelStateTypeDef HAL_TIMEx_GetChannelNState | ( | TIM_HandleTypeDef * | htim, |
| uint32_t | ChannelN | ||
| ) |
Return actual state of the TIM complementary channel.
| htim | TIM handle |
| ChannelN | TIM Complementary channel This parameter can be one of the following values:
|
| TIM | Complementary channel state |
Definition at line 2643 of file stm32l4xx_hal_tim_ex.c.
References assert_param, __TIM_HandleTypeDef::Instance, and TIM_CHANNEL_N_STATE_GET.
Return the TIM Hall Sensor interface handle state.
| htim | TIM Hall Sensor handle |
| HAL | state |
Definition at line 2628 of file stm32l4xx_hal_tim_ex.c.
References __TIM_HandleTypeDef::State.
1.7.6.1