|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_CORDIC_OUTSIZE_32BITS (0x00000000U) |
| #define | LL_CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE |
| #define LL_CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE |
16 bits output data size (Q1.15 format)
Definition at line 170 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_OUTSIZE_32BITS (0x00000000U) |
32 bits output data size (Q1.31 format)
Definition at line 169 of file stm32h7xx_ll_cordic.h.
1.7.6.1