STM32H735xx HAL User Manual
Defines
CORDIC Error code
CORDIC Exported Constants

Defines

#define HAL_CORDIC_ERROR_NONE   ((uint32_t)0x00000000U)
#define HAL_CORDIC_ERROR_PARAM   ((uint32_t)0x00000001U)
#define HAL_CORDIC_ERROR_NOT_READY   ((uint32_t)0x00000002U)
#define HAL_CORDIC_ERROR_TIMEOUT   ((uint32_t)0x00000004U)
#define HAL_CORDIC_ERROR_DMA   ((uint32_t)0x00000008U)
#define HAL_CORDIC_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000010U)

Define Documentation

#define HAL_CORDIC_ERROR_DMA   ((uint32_t)0x00000008U)

DMA error

Definition at line 165 of file stm32h7xx_hal_cordic.h.

Referenced by CORDIC_DMAError(), and HAL_CORDIC_Calculate_DMA().

#define HAL_CORDIC_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000010U)

Invalid Callback error

Definition at line 167 of file stm32h7xx_hal_cordic.h.

Referenced by HAL_CORDIC_RegisterCallback(), and HAL_CORDIC_UnRegisterCallback().

#define HAL_CORDIC_ERROR_NONE   ((uint32_t)0x00000000U)
#define HAL_CORDIC_ERROR_NOT_READY   ((uint32_t)0x00000002U)
#define HAL_CORDIC_ERROR_PARAM   ((uint32_t)0x00000001U)
#define HAL_CORDIC_ERROR_TIMEOUT   ((uint32_t)0x00000004U)

Timeout error

Definition at line 164 of file stm32h7xx_hal_cordic.h.

Referenced by HAL_CORDIC_Calculate(), and HAL_CORDIC_CalculateZO().