STM32G474xx HAL用户手册
Defines
CORDIC结果大小
CORDIC导出常量

Defines

#define CORDIC_OUTSIZE_32BITS   (0x00000000U)
#define CORDIC_OUTSIZE_16BITS   CORDIC_CSR_RESSIZE

Define Documentation

#define CORDIC_OUTSIZE_16BITS   CORDIC_CSR_RESSIZE

16 bits output data size (Q1.15 format)

Definition at line 306 of file stm32g4xx_hal_cordic.h.

#define CORDIC_OUTSIZE_32BITS   (0x00000000U)

32 bits output data size (Q1.31 format)

Definition at line 305 of file stm32g4xx_hal_cordic.h.