|
STM32H735xx HAL User Manual
|
Defines | |
| #define | CORDIC_INSIZE_32BITS (0x00000000U) |
| #define | CORDIC_INSIZE_16BITS CORDIC_CSR_ARGSIZE |
| #define CORDIC_INSIZE_16BITS CORDIC_CSR_ARGSIZE |
16 bits input data size (Q1.15 format)
Definition at line 290 of file stm32h7xx_hal_cordic.h.
| #define CORDIC_INSIZE_32BITS (0x00000000U) |
32 bits input data size (Q1.31 format)
Definition at line 289 of file stm32h7xx_hal_cordic.h.
1.7.6.1