|
STM32H735xx HAL User Manual
|
Callback functions. More...
Functions | |
| __weak void | HAL_CORDIC_ErrorCallback (CORDIC_HandleTypeDef *hcordic) |
| CORDIC error callback. | |
| __weak void | HAL_CORDIC_CalculateCpltCallback (CORDIC_HandleTypeDef *hcordic) |
| CORDIC calculate complete callback. | |
Callback functions.
==============================================================================
##### Callback functions #####
==============================================================================
[..] This section provides Interruption and DMA callback functions:
(+) DMA or Interrupt calculate complete
(+) DMA or Interrupt error
| void HAL_CORDIC_CalculateCpltCallback | ( | CORDIC_HandleTypeDef * | hcordic | ) |
CORDIC calculate complete callback.
| hcordic | pointer to a CORDIC_HandleTypeDef structure that contains the configuration information for CORDIC module |
| None |
Definition at line 1068 of file stm32h7xx_hal_cordic.c.
Referenced by CORDIC_DMAInCplt(), CORDIC_DMAOutCplt(), HAL_CORDIC_Init(), HAL_CORDIC_IRQHandler(), and HAL_CORDIC_UnRegisterCallback().
| void HAL_CORDIC_ErrorCallback | ( | CORDIC_HandleTypeDef * | hcordic | ) |
CORDIC error callback.
| hcordic | pointer to a CORDIC_HandleTypeDef structure that contains the configuration information for CORDIC module |
| None |
Definition at line 1052 of file stm32h7xx_hal_cordic.c.
Referenced by CORDIC_DMAError(), HAL_CORDIC_Init(), and HAL_CORDIC_UnRegisterCallback().
1.7.6.1