STM32H735xx HAL User Manual
Defines
NBWRITE
CORDIC Exported Constants

Defines

#define LL_CORDIC_NBWRITE_1   (0x00000000U)
#define LL_CORDIC_NBWRITE_2   CORDIC_CSR_NARGS

Define Documentation

#define LL_CORDIC_NBWRITE_1   (0x00000000U)

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

Definition at line 134 of file stm32h7xx_ll_cordic.h.

#define LL_CORDIC_NBWRITE_2   CORDIC_CSR_NARGS

Two 32-bit write containing two 32-bits data input (Q1.31 format)

Definition at line 138 of file stm32h7xx_ll_cordic.h.