HAL
HAL_TIM_ChannelStateTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_TIM_ChannelStateTypeDef

HAL_TIM_ChannelStateTypeDef enum

Syntax

enum {   HAL_TIM_CHANNEL_STATE_RESET             = 0x00U,       HAL_TIM_CHANNEL_STATE_READY             = 0x01U,       HAL_TIM_CHANNEL_STATE_BUSY              = 0x02U,     };

Values

HAL_TIM_CHANNEL_STATE_RESET

No summary provided. Read more...

HAL_TIM_CHANNEL_STATE_READY

No summary provided. Read more...

HAL_TIM_CHANNEL_STATE_BUSY

No summary provided. Read more...

References

LocationReferrerScopeText
stm32f4xx_hal_tim.h:302
typedef enum
stm32f4xx_hal_tim.h:307
stm32f4xx_hal_tim.c:2121HAL_TIM_IC_Start()::channel_stateHAL_TIM_IC_Start()
stm32f4xx_hal_tim.c:2122HAL_TIM_IC_Start()::complementary_channel_stateHAL_TIM_IC_Start()
stm32f4xx_hal_tim.c:2205HAL_TIM_IC_Start_IT()::channel_stateHAL_TIM_IC_Start_IT()
stm32f4xx_hal_tim.c:2206HAL_TIM_IC_Start_IT()::complementary_channel_stateHAL_TIM_IC_Start_IT()
stm32f4xx_hal_tim.c:2369HAL_TIM_IC_Start_DMA()::channel_stateHAL_TIM_IC_Start_DMA()
stm32f4xx_hal_tim.c:2370HAL_TIM_IC_Start_DMA()::complementary_channel_stateHAL_TIM_IC_Start_DMA()
stm32f4xx_hal_tim.c:2779HAL_TIM_OnePulse_Start()::channel_1_stateHAL_TIM_OnePulse_Start()
stm32f4xx_hal_tim.c:2780HAL_TIM_OnePulse_Start()::channel_2_stateHAL_TIM_OnePulse_Start()
stm32f4xx_hal_tim.c:2781HAL_TIM_OnePulse_Start()::complementary_channel_1_stateHAL_TIM_OnePulse_Start()
stm32f4xx_hal_tim.c:2782HAL_TIM_OnePulse_Start()::complementary_channel_2_stateHAL_TIM_OnePulse_Start()
stm32f4xx_hal_tim.c:2879HAL_TIM_OnePulse_Start_IT()::channel_1_stateHAL_TIM_OnePulse_Start_IT()
stm32f4xx_hal_tim.c:2880HAL_TIM_OnePulse_Start_IT()::channel_2_stateHAL_TIM_OnePulse_Start_IT()
stm32f4xx_hal_tim.c:2881HAL_TIM_OnePulse_Start_IT()::complementary_channel_1_stateHAL_TIM_OnePulse_Start_IT()
stm32f4xx_hal_tim.c:2882HAL_TIM_OnePulse_Start_IT()::complementary_channel_2_stateHAL_TIM_OnePulse_Start_IT()
stm32f4xx_hal_tim.c:3216HAL_TIM_Encoder_Start()::channel_1_stateHAL_TIM_Encoder_Start()
stm32f4xx_hal_tim.c:3217HAL_TIM_Encoder_Start()::channel_2_stateHAL_TIM_Encoder_Start()
stm32f4xx_hal_tim.c:3218HAL_TIM_Encoder_Start()::complementary_channel_1_stateHAL_TIM_Encoder_Start()
stm32f4xx_hal_tim.c:3219HAL_TIM_Encoder_Start()::complementary_channel_2_stateHAL_TIM_Encoder_Start()
stm32f4xx_hal_tim.c:3370HAL_TIM_Encoder_Start_IT()::channel_1_stateHAL_TIM_Encoder_Start_IT()
stm32f4xx_hal_tim.c:3371HAL_TIM_Encoder_Start_IT()::channel_2_stateHAL_TIM_Encoder_Start_IT()
stm32f4xx_hal_tim.c:3372HAL_TIM_Encoder_Start_IT()::complementary_channel_1_stateHAL_TIM_Encoder_Start_IT()
stm32f4xx_hal_tim.c:3373HAL_TIM_Encoder_Start_IT()::complementary_channel_2_stateHAL_TIM_Encoder_Start_IT()
stm32f4xx_hal_tim.c:3536HAL_TIM_Encoder_Start_DMA()::channel_1_stateHAL_TIM_Encoder_Start_DMA()
stm32f4xx_hal_tim.c:3537HAL_TIM_Encoder_Start_DMA()::channel_2_stateHAL_TIM_Encoder_Start_DMA()
stm32f4xx_hal_tim.c:3538HAL_TIM_Encoder_Start_DMA()::complementary_channel_1_stateHAL_TIM_Encoder_Start_DMA()
stm32f4xx_hal_tim.c:3539HAL_TIM_Encoder_Start_DMA()::complementary_channel_2_stateHAL_TIM_Encoder_Start_DMA()
stm32f4xx_hal_tim.c:6417HAL_TIM_GetChannelState()
stm32f4xx_hal_tim.c:6419HAL_TIM_GetChannelState()::channel_stateHAL_TIM_GetChannelState()
stm32f4xx_hal_tim.h:307HAL_TIM_ChannelStateTypeDef
stm32f4xx_hal_tim.h:347TIM_HandleTypeDef::ChannelStateTIM_HandleTypeDef
__IO HAL_TIM_ChannelStateTypeDef ChannelState[4]; /*!< TIM channel operation state */
stm32f4xx_hal_tim.h:348TIM_HandleTypeDef::ChannelNStateTIM_HandleTypeDef
__IO HAL_TIM_ChannelStateTypeDef ChannelNState[4]; /*!< TIM complementary channel operation state */
stm32f4xx_hal_tim.h:2107HAL_TIM_GetChannelState()
stm32f4xx_hal_tim_ex.c:318HAL_TIMEx_HallSensor_Start()::channel_1_stateHAL_TIMEx_HallSensor_Start()
stm32f4xx_hal_tim_ex.c:319HAL_TIMEx_HallSensor_Start()::channel_2_stateHAL_TIMEx_HallSensor_Start()
stm32f4xx_hal_tim_ex.c:320HAL_TIMEx_HallSensor_Start()::complementary_channel_1_stateHAL_TIMEx_HallSensor_Start()
stm32f4xx_hal_tim_ex.c:321HAL_TIMEx_HallSensor_Start()::complementary_channel_2_stateHAL_TIMEx_HallSensor_Start()
stm32f4xx_hal_tim_ex.c:400HAL_TIMEx_HallSensor_Start_IT()::channel_1_stateHAL_TIMEx_HallSensor_Start_IT()
stm32f4xx_hal_tim_ex.c:401HAL_TIMEx_HallSensor_Start_IT()::channel_2_stateHAL_TIMEx_HallSensor_Start_IT()
stm32f4xx_hal_tim_ex.c:402HAL_TIMEx_HallSensor_Start_IT()::complementary_channel_1_stateHAL_TIMEx_HallSensor_Start_IT()
stm32f4xx_hal_tim_ex.c:403HAL_TIMEx_HallSensor_Start_IT()::complementary_channel_2_stateHAL_TIMEx_HallSensor_Start_IT()
stm32f4xx_hal_tim_ex.c:490HAL_TIMEx_HallSensor_Start_DMA()::channel_1_stateHAL_TIMEx_HallSensor_Start_DMA()
stm32f4xx_hal_tim_ex.c:491HAL_TIMEx_HallSensor_Start_DMA()::complementary_channel_1_stateHAL_TIMEx_HallSensor_Start_DMA()
stm32f4xx_hal_tim_ex.c:1573HAL_TIMEx_OnePulseN_Start()::channel_1_stateHAL_TIMEx_OnePulseN_Start()
stm32f4xx_hal_tim_ex.c:1574HAL_TIMEx_OnePulseN_Start()::channel_2_stateHAL_TIMEx_OnePulseN_Start()
stm32f4xx_hal_tim_ex.c:1575HAL_TIMEx_OnePulseN_Start()::complementary_channel_1_stateHAL_TIMEx_OnePulseN_Start()
stm32f4xx_hal_tim_ex.c:1576HAL_TIMEx_OnePulseN_Start()::complementary_channel_2_stateHAL_TIMEx_OnePulseN_Start()
stm32f4xx_hal_tim_ex.c:1661HAL_TIMEx_OnePulseN_Start_IT()::channel_1_stateHAL_TIMEx_OnePulseN_Start_IT()
stm32f4xx_hal_tim_ex.c:1662HAL_TIMEx_OnePulseN_Start_IT()::channel_2_stateHAL_TIMEx_OnePulseN_Start_IT()
stm32f4xx_hal_tim_ex.c:1663HAL_TIMEx_OnePulseN_Start_IT()::complementary_channel_1_stateHAL_TIMEx_OnePulseN_Start_IT()
stm32f4xx_hal_tim_ex.c:1664HAL_TIMEx_OnePulseN_Start_IT()::complementary_channel_2_stateHAL_TIMEx_OnePulseN_Start_IT()
stm32f4xx_hal_tim_ex.c:2224HAL_TIMEx_GetChannelNState()
stm32f4xx_hal_tim_ex.c:2226HAL_TIMEx_GetChannelNState()::channel_stateHAL_TIMEx_GetChannelNState()
stm32f4xx_hal_tim_ex.h:321HAL_TIMEx_GetChannelNState()

Type Use

Variables of HAL_TIM_ChannelStateTypeDef type
HAL_TIM_IC_Start()::channel_state
HAL_TIM_IC_Start()::complementary_channel_state
HAL_TIM_IC_Start_IT()::channel_state
HAL_TIM_IC_Start_IT()::complementary_channel_state
HAL_TIM_IC_Start_DMA()::channel_state
HAL_TIM_IC_Start_DMA()::complementary_channel_state
HAL_TIM_OnePulse_Start()::channel_1_state
HAL_TIM_OnePulse_Start()::channel_2_state
HAL_TIM_OnePulse_Start()::complementary_channel_1_state
HAL_TIM_OnePulse_Start()::complementary_channel_2_state
HAL_TIM_OnePulse_Start_IT()::channel_1_state
HAL_TIM_OnePulse_Start_IT()::channel_2_state
HAL_TIM_OnePulse_Start_IT()::complementary_channel_1_state
HAL_TIM_OnePulse_Start_IT()::complementary_channel_2_state
HAL_TIM_Encoder_Start()::channel_1_state
HAL_TIM_Encoder_Start()::channel_2_state
HAL_TIM_Encoder_Start()::complementary_channel_1_state
HAL_TIM_Encoder_Start()::complementary_channel_2_state
HAL_TIM_Encoder_Start_IT()::channel_1_state
HAL_TIM_Encoder_Start_IT()::channel_2_state
HAL_TIM_Encoder_Start_IT()::complementary_channel_1_state
HAL_TIM_Encoder_Start_IT()::complementary_channel_2_state
HAL_TIM_Encoder_Start_DMA()::channel_1_state
HAL_TIM_Encoder_Start_DMA()::channel_2_state
HAL_TIM_Encoder_Start_DMA()::complementary_channel_1_state
HAL_TIM_Encoder_Start_DMA()::complementary_channel_2_state
HAL_TIM_GetChannelState()::channel_state
HAL_TIMEx_HallSensor_Start()::channel_1_state
HAL_TIMEx_HallSensor_Start()::channel_2_state
HAL_TIMEx_HallSensor_Start()::complementary_channel_1_state
HAL_TIMEx_HallSensor_Start()::complementary_channel_2_state
HAL_TIMEx_HallSensor_Start_IT()::channel_1_state
HAL_TIMEx_HallSensor_Start_IT()::channel_2_state
HAL_TIMEx_HallSensor_Start_IT()::complementary_channel_1_state
HAL_TIMEx_HallSensor_Start_IT()::complementary_channel_2_state
HAL_TIMEx_HallSensor_Start_DMA()::channel_1_state
HAL_TIMEx_HallSensor_Start_DMA()::complementary_channel_1_state
HAL_TIMEx_OnePulseN_Start()::channel_1_state
HAL_TIMEx_OnePulseN_Start()::channel_2_state
HAL_TIMEx_OnePulseN_Start()::complementary_channel_1_state
HAL_TIMEx_OnePulseN_Start()::complementary_channel_2_state
HAL_TIMEx_OnePulseN_Start_IT()::channel_1_state
HAL_TIMEx_OnePulseN_Start_IT()::channel_2_state
HAL_TIMEx_OnePulseN_Start_IT()::complementary_channel_1_state
HAL_TIMEx_OnePulseN_Start_IT()::complementary_channel_2_state
HAL_TIMEx_GetChannelNState()::channel_state
all items filtered out
HAL_TIM_ChannelStateTypeDef
all items filtered out
HAL_TIM_ChannelStateTypeDef
all items filtered out
Allocators of HAL_TIM_ChannelStateTypeDef
Deletors of HAL_TIM_ChannelStateTypeDef
HAL_TIM_IC_Start()::channel_state
HAL_TIM_IC_Start()::complementary_channel_state
HAL_TIM_IC_Start_IT()::channel_state
HAL_TIM_IC_Start_IT()::complementary_channel_state
HAL_TIM_IC_Start_DMA()::channel_state
HAL_TIM_IC_Start_DMA()::complementary_channel_state
HAL_TIM_OnePulse_Start()::channel_1_state
HAL_TIM_OnePulse_Start()::channel_2_state
HAL_TIM_OnePulse_Start()::complementary_channel_1_state
HAL_TIM_OnePulse_Start()::complementary_channel_2_state
HAL_TIM_OnePulse_Start_IT()::channel_1_state
HAL_TIM_OnePulse_Start_IT()::channel_2_state
HAL_TIM_OnePulse_Start_IT()::complementary_channel_1_state
HAL_TIM_OnePulse_Start_IT()::complementary_channel_2_state
HAL_TIM_Encoder_Start()::channel_1_state
HAL_TIM_Encoder_Start()::channel_2_state
HAL_TIM_Encoder_Start()::complementary_channel_1_state
HAL_TIM_Encoder_Start()::complementary_channel_2_state
HAL_TIM_Encoder_Start_IT()::channel_1_state
HAL_TIM_Encoder_Start_IT()::channel_2_state
HAL_TIM_Encoder_Start_IT()::complementary_channel_1_state
HAL_TIM_Encoder_Start_IT()::complementary_channel_2_state
HAL_TIM_Encoder_Start_DMA()::channel_1_state
HAL_TIM_Encoder_Start_DMA()::channel_2_state
HAL_TIM_Encoder_Start_DMA()::complementary_channel_1_state
HAL_TIM_Encoder_Start_DMA()::complementary_channel_2_state
HAL_TIM_GetChannelState()::channel_state
HAL_TIMEx_HallSensor_Start()::channel_1_state
HAL_TIMEx_HallSensor_Start()::channel_2_state
HAL_TIMEx_HallSensor_Start()::complementary_channel_1_state
HAL_TIMEx_HallSensor_Start()::complementary_channel_2_state
HAL_TIMEx_HallSensor_Start_IT()::channel_1_state
HAL_TIMEx_HallSensor_Start_IT()::channel_2_state
HAL_TIMEx_HallSensor_Start_IT()::complementary_channel_1_state
HAL_TIMEx_HallSensor_Start_IT()::complementary_channel_2_state
HAL_TIMEx_HallSensor_Start_DMA()::channel_1_state
HAL_TIMEx_HallSensor_Start_DMA()::complementary_channel_1_state
HAL_TIMEx_OnePulseN_Start()::channel_1_state
HAL_TIMEx_OnePulseN_Start()::channel_2_state
HAL_TIMEx_OnePulseN_Start()::complementary_channel_1_state
HAL_TIMEx_OnePulseN_Start()::complementary_channel_2_state
HAL_TIMEx_OnePulseN_Start_IT()::channel_1_state
HAL_TIMEx_OnePulseN_Start_IT()::channel_2_state
HAL_TIMEx_OnePulseN_Start_IT()::complementary_channel_1_state
HAL_TIMEx_OnePulseN_Start_IT()::complementary_channel_2_state
HAL_TIMEx_GetChannelNState()::channel_state
all items filtered out
HAL_TIM_ChannelStateTypeDef
HAL_TIM_IC_Start()::channel_state
HAL_TIM_IC_Start()::complementary_channel_state
HAL_TIM_IC_Start_IT()::channel_state
HAL_TIM_IC_Start_IT()::complementary_channel_state
HAL_TIM_IC_Start_DMA()::channel_state
HAL_TIM_IC_Start_DMA()::complementary_channel_state
HAL_TIM_OnePulse_Start()::channel_1_state
HAL_TIM_OnePulse_Start()::channel_2_state
HAL_TIM_OnePulse_Start()::complementary_channel_1_state
HAL_TIM_OnePulse_Start()::complementary_channel_2_state
HAL_TIM_OnePulse_Start_IT()::channel_1_state
HAL_TIM_OnePulse_Start_IT()::channel_2_state
HAL_TIM_OnePulse_Start_IT()::complementary_channel_1_state
HAL_TIM_OnePulse_Start_IT()::complementary_channel_2_state
HAL_TIM_Encoder_Start()::channel_1_state
HAL_TIM_Encoder_Start()::channel_2_state
HAL_TIM_Encoder_Start()::complementary_channel_1_state
HAL_TIM_Encoder_Start()::complementary_channel_2_state
HAL_TIM_Encoder_Start_IT()::channel_1_state
HAL_TIM_Encoder_Start_IT()::channel_2_state
HAL_TIM_Encoder_Start_IT()::complementary_channel_1_state
HAL_TIM_Encoder_Start_IT()::complementary_channel_2_state
HAL_TIM_Encoder_Start_DMA()::channel_1_state
HAL_TIM_Encoder_Start_DMA()::channel_2_state
HAL_TIM_Encoder_Start_DMA()::complementary_channel_1_state
HAL_TIM_Encoder_Start_DMA()::complementary_channel_2_state
HAL_TIM_GetChannelState()::channel_state
HAL_TIMEx_HallSensor_Start()::channel_1_state
HAL_TIMEx_HallSensor_Start()::channel_2_state
HAL_TIMEx_HallSensor_Start()::complementary_channel_1_state
HAL_TIMEx_HallSensor_Start()::complementary_channel_2_state
HAL_TIMEx_HallSensor_Start_IT()::channel_1_state
HAL_TIMEx_HallSensor_Start_IT()::channel_2_state
HAL_TIMEx_HallSensor_Start_IT()::complementary_channel_1_state
HAL_TIMEx_HallSensor_Start_IT()::complementary_channel_2_state
HAL_TIMEx_HallSensor_Start_DMA()::channel_1_state
HAL_TIMEx_HallSensor_Start_DMA()::complementary_channel_1_state
HAL_TIMEx_OnePulseN_Start()::channel_1_state
HAL_TIMEx_OnePulseN_Start()::channel_2_state
HAL_TIMEx_OnePulseN_Start()::complementary_channel_1_state
HAL_TIMEx_OnePulseN_Start()::complementary_channel_2_state
HAL_TIMEx_OnePulseN_Start_IT()::channel_1_state
HAL_TIMEx_OnePulseN_Start_IT()::channel_2_state
HAL_TIMEx_OnePulseN_Start_IT()::complementary_channel_1_state
HAL_TIMEx_OnePulseN_Start_IT()::complementary_channel_2_state
HAL_TIMEx_GetChannelNState()::channel_state
all items filtered out