Functions | |
void | HAL_GPT_PeriodElapsedCallback (GPT_HandleTypeDef *htim) |
HW timer periodical timeout call back. More... | |
void | HAL_GPT_OC_DelayElapsedCallback (GPT_HandleTypeDef *htim) |
Output Compare callback in non blocking mode. More... | |
void | HAL_GPT_IC_CaptureCallback (GPT_HandleTypeDef *htim) |
Input Capture callback in non blocking mode. More... | |
void | HAL_GPT_PWM_PulseFinishedCallback (GPT_HandleTypeDef *htim) |
PWM Pulse finished callback in non blocking mode. More... | |
void | HAL_GPT_PWM_PulseFinishedHalfCpltCallback (GPT_HandleTypeDef *htim) |
PWM Pulse finished half complete callback in non-blocking mode. More... | |
void | HAL_GPT_TriggerCallback (GPT_HandleTypeDef *htim) |
Hall Trigger detection callback in non blocking mode. More... | |
void | HAL_GPT_ErrorCallback (GPT_HandleTypeDef *htim) |
Timer error callback in non blocking mode. More... | |
void HAL_GPT_ErrorCallback | ( | GPT_HandleTypeDef * | htim | ) |
Timer error callback in non blocking mode.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
None |
void HAL_GPT_IC_CaptureCallback | ( | GPT_HandleTypeDef * | htim | ) |
Input Capture callback in non blocking mode.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
None |
void HAL_GPT_OC_DelayElapsedCallback | ( | GPT_HandleTypeDef * | htim | ) |
Output Compare callback in non blocking mode.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
None |
void HAL_GPT_PeriodElapsedCallback | ( | GPT_HandleTypeDef * | htim | ) |
HW timer periodical timeout call back.
[in] | htim | low leverl HW timer device. |
void HAL_GPT_PWM_PulseFinishedCallback | ( | GPT_HandleTypeDef * | htim | ) |
PWM Pulse finished callback in non blocking mode.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
None |
void HAL_GPT_PWM_PulseFinishedHalfCpltCallback | ( | GPT_HandleTypeDef * | htim | ) |
PWM Pulse finished half complete callback in non-blocking mode.
htim | TIM handle |
None |
void HAL_GPT_TriggerCallback | ( | GPT_HandleTypeDef * | htim | ) |
Hall Trigger detection callback in non blocking mode.
htim | pointer to a GPT_HandleTypeDef structure that contains the configuration information for TIM module. |
None |