STM32H735xx HAL User Manual
Defines
SCALE
CORDIC Exported Constants

Defines

#define LL_CORDIC_SCALE_0   (0x00000000U)
#define LL_CORDIC_SCALE_1   ((uint32_t)(CORDIC_CSR_SCALE_0))
#define LL_CORDIC_SCALE_2   ((uint32_t)(CORDIC_CSR_SCALE_1))
#define LL_CORDIC_SCALE_3   ((uint32_t)(CORDIC_CSR_SCALE_1 | CORDIC_CSR_SCALE_0))
#define LL_CORDIC_SCALE_4   ((uint32_t)(CORDIC_CSR_SCALE_2))
#define LL_CORDIC_SCALE_5   ((uint32_t)(CORDIC_CSR_SCALE_2 | CORDIC_CSR_SCALE_0))
#define LL_CORDIC_SCALE_6   ((uint32_t)(CORDIC_CSR_SCALE_2 | CORDIC_CSR_SCALE_1))
#define LL_CORDIC_SCALE_7   ((uint32_t)(CORDIC_CSR_SCALE_2 | CORDIC_CSR_SCALE_1 | CORDIC_CSR_SCALE_0))

Define Documentation

#define LL_CORDIC_SCALE_0   (0x00000000U)

Definition at line 119 of file stm32h7xx_ll_cordic.h.

#define LL_CORDIC_SCALE_1   ((uint32_t)(CORDIC_CSR_SCALE_0))

Definition at line 120 of file stm32h7xx_ll_cordic.h.

#define LL_CORDIC_SCALE_2   ((uint32_t)(CORDIC_CSR_SCALE_1))

Definition at line 121 of file stm32h7xx_ll_cordic.h.

#define LL_CORDIC_SCALE_3   ((uint32_t)(CORDIC_CSR_SCALE_1 | CORDIC_CSR_SCALE_0))

Definition at line 122 of file stm32h7xx_ll_cordic.h.

#define LL_CORDIC_SCALE_4   ((uint32_t)(CORDIC_CSR_SCALE_2))

Definition at line 123 of file stm32h7xx_ll_cordic.h.

#define LL_CORDIC_SCALE_5   ((uint32_t)(CORDIC_CSR_SCALE_2 | CORDIC_CSR_SCALE_0))

Definition at line 124 of file stm32h7xx_ll_cordic.h.

#define LL_CORDIC_SCALE_6   ((uint32_t)(CORDIC_CSR_SCALE_2 | CORDIC_CSR_SCALE_1))

Definition at line 125 of file stm32h7xx_ll_cordic.h.

#define LL_CORDIC_SCALE_7   ((uint32_t)(CORDIC_CSR_SCALE_2 | CORDIC_CSR_SCALE_1 | CORDIC_CSR_SCALE_0))

Definition at line 126 of file stm32h7xx_ll_cordic.h.