STM32H735xx HAL User Manual
Defines
CORDIC DMA direction
CORDIC Exported Constants

Defines

#define CORDIC_DMA_DIR_NONE   ((uint32_t)0x00000000U)
#define CORDIC_DMA_DIR_IN   ((uint32_t)0x00000001U)
#define CORDIC_DMA_DIR_OUT   ((uint32_t)0x00000002U)
#define CORDIC_DMA_DIR_IN_OUT   ((uint32_t)0x00000003U)

Define Documentation

#define CORDIC_DMA_DIR_IN   ((uint32_t)0x00000001U)

DMA direction : Input of CORDIC

Definition at line 316 of file stm32h7xx_hal_cordic.h.

Referenced by CORDIC_DMAInCplt(), and HAL_CORDIC_Calculate_DMA().

#define CORDIC_DMA_DIR_IN_OUT   ((uint32_t)0x00000003U)

DMA direction : Input and Output of CORDIC

Definition at line 318 of file stm32h7xx_hal_cordic.h.

Referenced by HAL_CORDIC_Calculate_DMA().

#define CORDIC_DMA_DIR_NONE   ((uint32_t)0x00000000U)

DMA direction : none

Definition at line 315 of file stm32h7xx_hal_cordic.h.

Referenced by CORDIC_DMAInCplt(), CORDIC_DMAOutCplt(), HAL_CORDIC_DeInit(), and HAL_CORDIC_Init().

#define CORDIC_DMA_DIR_OUT   ((uint32_t)0x00000002U)

DMA direction : Output of CORDIC

Definition at line 317 of file stm32h7xx_hal_cordic.h.

Referenced by HAL_CORDIC_Calculate_DMA().