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... | |
| HAL_GPT_StateTypeDef HAL_GPT_Base_GetState | ( | GPT_HandleTypeDef * | htim | ) |
Return the TIM Base state.
| htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |
| HAL_GPT_StateTypeDef HAL_GPT_Encoder_GetState | ( | GPT_HandleTypeDef * | htim | ) |
Return the TIM Encoder Mode state.
| htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |
| HAL_GPT_StateTypeDef HAL_GPT_IC_GetState | ( | GPT_HandleTypeDef * | htim | ) |
Return the TIM Input Capture state.
| htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |
| HAL_GPT_StateTypeDef HAL_GPT_OC_GetState | ( | GPT_HandleTypeDef * | htim | ) |
Return the TIM OC state.
| htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |
| HAL_GPT_StateTypeDef HAL_GPT_OnePulse_GetState | ( | GPT_HandleTypeDef * | htim | ) |
Return the TIM One Pulse Mode state.
| htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |
| HAL_GPT_StateTypeDef HAL_GPT_PWM_GetState | ( | GPT_HandleTypeDef * | htim | ) |
Return the TIM PWM state.
| htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
| HAL | state |