思澈科技软件开发工具包  2.20

Functions

HAL_GPT_StateTypeDef HAL_GPT_Base_GetState (GPT_HandleTypeDef *htim)
 Return the TIM Base state. More...
 
HAL_GPT_StateTypeDef HAL_GPT_OC_GetState (GPT_HandleTypeDef *htim)
 Return the TIM OC state. More...
 
HAL_GPT_StateTypeDef HAL_GPT_PWM_GetState (GPT_HandleTypeDef *htim)
 Return the TIM PWM state. More...
 
HAL_GPT_StateTypeDef HAL_GPT_IC_GetState (GPT_HandleTypeDef *htim)
 Return the TIM Input Capture state. More...
 
HAL_GPT_StateTypeDef HAL_GPT_OnePulse_GetState (GPT_HandleTypeDef *htim)
 Return the TIM One Pulse Mode state. More...
 
HAL_GPT_StateTypeDef HAL_GPT_Encoder_GetState (GPT_HandleTypeDef *htim)
 Return the TIM Encoder Mode state. More...
 

Detailed Description

Function Documentation

◆ HAL_GPT_Base_GetState()

HAL_GPT_StateTypeDef HAL_GPT_Base_GetState ( GPT_HandleTypeDef htim)

Return the TIM Base state.

Parameters
htimpointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module.
Return values
HALstate

◆ HAL_GPT_Encoder_GetState()

HAL_GPT_StateTypeDef HAL_GPT_Encoder_GetState ( GPT_HandleTypeDef htim)

Return the TIM Encoder Mode state.

Parameters
htimpointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module.
Return values
HALstate

◆ HAL_GPT_IC_GetState()

HAL_GPT_StateTypeDef HAL_GPT_IC_GetState ( GPT_HandleTypeDef htim)

Return the TIM Input Capture state.

Parameters
htimpointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module.
Return values
HALstate

◆ HAL_GPT_OC_GetState()

HAL_GPT_StateTypeDef HAL_GPT_OC_GetState ( GPT_HandleTypeDef htim)

Return the TIM OC state.

Parameters
htimpointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module.
Return values
HALstate

◆ HAL_GPT_OnePulse_GetState()

HAL_GPT_StateTypeDef HAL_GPT_OnePulse_GetState ( GPT_HandleTypeDef htim)

Return the TIM One Pulse Mode state.

Parameters
htimpointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module.
Return values
HALstate

◆ HAL_GPT_PWM_GetState()

HAL_GPT_StateTypeDef HAL_GPT_PWM_GetState ( GPT_HandleTypeDef htim)

Return the TIM PWM state.

Parameters
htimpointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module.
Return values
HALstate