STM32H735xx HAL User Manual
Functions
Callback functions
CORDIC Exported Functions

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.

Detailed Description

Callback functions.

  ==============================================================================
                      ##### Callback functions  #####
  ==============================================================================
    [..]  This section provides Interruption and DMA callback functions:
      (+) DMA or Interrupt calculate complete
      (+) DMA or Interrupt error


Function Documentation

CORDIC calculate complete callback.

Parameters:
hcordicpointer to a CORDIC_HandleTypeDef structure that contains the configuration information for CORDIC module
Return values:
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().

CORDIC error callback.

Parameters:
hcordicpointer to a CORDIC_HandleTypeDef structure that contains the configuration information for CORDIC module
Return values:
None

Definition at line 1052 of file stm32h7xx_hal_cordic.c.

Referenced by CORDIC_DMAError(), HAL_CORDIC_Init(), and HAL_CORDIC_UnRegisterCallback().