STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Extended Peripheral State functions. More...
Functions | |
HAL_TIM_StateTypeDef | HAL_TIMEx_HallSensor_GetState (const TIM_HandleTypeDef *htim) |
Return the TIM Hall Sensor interface handle state. | |
HAL_TIM_ChannelStateTypeDef | HAL_TIMEx_GetChannelNState (const 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_StateTypeDef HAL_TIMEx_HallSensor_GetState | ( | const TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim_ex.h>
Return the TIM Hall Sensor interface handle state.
htim | TIM Hall Sensor handle |
HAL | state |
Definition at line 2209 of file stm32f4xx_hal_tim_ex.c.
References TIM_HandleTypeDef::State.
HAL_TIM_ChannelStateTypeDef HAL_TIMEx_GetChannelNState | ( | const TIM_HandleTypeDef * | htim, |
uint32_t | ChannelN ) |
#include <stm32f4xx_hal_tim_ex.h>
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 2224 of file stm32f4xx_hal_tim_ex.c.
References assert_param, TIM_HandleTypeDef::Instance, and TIM_CHANNEL_N_STATE_GET.