|
STM32G474xx HAL 用户手册
|
宏定义 | |
| #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 LL_CORDIC_SCALE_0 (0x00000000U) |
定义于文件 stm32g4xx_ll_cordic.h 的第 119 行。
| #define LL_CORDIC_SCALE_1 ((uint32_t)(CORDIC_CSR_SCALE_0)) |
定义于文件 stm32g4xx_ll_cordic.h 的第 120 行。
| #define LL_CORDIC_SCALE_2 ((uint32_t)(CORDIC_CSR_SCALE_1)) |
定义于文件 stm32g4xx_ll_cordic.h 的第 121 行。
| #define LL_CORDIC_SCALE_3 ((uint32_t)(CORDIC_CSR_SCALE_1 | CORDIC_CSR_SCALE_0)) |
定义于文件 stm32g4xx_ll_cordic.h 的第 122 行。
| #define LL_CORDIC_SCALE_4 ((uint32_t)(CORDIC_CSR_SCALE_2)) |
定义于文件 stm32g4xx_ll_cordic.h 的第 123 行。
| #define LL_CORDIC_SCALE_5 ((uint32_t)(CORDIC_CSR_SCALE_2 | CORDIC_CSR_SCALE_0)) |
定义于文件 stm32g4xx_ll_cordic.h 的第 124 行。
| #define LL_CORDIC_SCALE_6 ((uint32_t)(CORDIC_CSR_SCALE_2 | CORDIC_CSR_SCALE_1)) |
定义于文件 stm32g4xx_ll_cordic.h 的第 125 行。
| #define LL_CORDIC_SCALE_7 ((uint32_t)(CORDIC_CSR_SCALE_2 | CORDIC_CSR_SCALE_1 | CORDIC_CSR_SCALE_0)) |
定义于文件 stm32g4xx_ll_cordic.h 的第 126 行。
1.7.6.1