STM32H735xx HAL User Manual
Defines
CORDIC Number of 32-bit read required after one calculation
CORDIC Exported Constants

Defines

#define CORDIC_NBREAD_1   (0x00000000U)
#define CORDIC_NBREAD_2   CORDIC_CSR_NRES

Define Documentation

#define CORDIC_NBREAD_1   (0x00000000U)

One 32-bits read containing either only one 32-bit data output (Q1.31 format), or two 16-bit data output (Q1.15 format) packed in one 32 bits Data

Definition at line 276 of file stm32h7xx_hal_cordic.h.

#define CORDIC_NBREAD_2   CORDIC_CSR_NRES

Two 32-bit Data containing two 32-bits data output (Q1.31 format)

Definition at line 280 of file stm32h7xx_hal_cordic.h.