|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | LL_CORDIC_FUNCTION_COSINE (0x00000000U) |
| #define | LL_CORDIC_FUNCTION_SINE ((uint32_t)(CORDIC_CSR_FUNC_0)) |
| #define | LL_CORDIC_FUNCTION_PHASE ((uint32_t)(CORDIC_CSR_FUNC_1)) |
| #define | LL_CORDIC_FUNCTION_MODULUS ((uint32_t)(CORDIC_CSR_FUNC_1 | CORDIC_CSR_FUNC_0)) |
| #define | LL_CORDIC_FUNCTION_ARCTANGENT ((uint32_t)(CORDIC_CSR_FUNC_2)) |
| #define | LL_CORDIC_FUNCTION_HCOSINE ((uint32_t)(CORDIC_CSR_FUNC_2 | CORDIC_CSR_FUNC_0)) |
| #define | LL_CORDIC_FUNCTION_HSINE ((uint32_t)(CORDIC_CSR_FUNC_2 | CORDIC_CSR_FUNC_1)) |
| #define | LL_CORDIC_FUNCTION_HARCTANGENT ((uint32_t)(CORDIC_CSR_FUNC_2 | CORDIC_CSR_FUNC_1 | CORDIC_CSR_FUNC_0)) |
| #define | LL_CORDIC_FUNCTION_NATURALLOG ((uint32_t)(CORDIC_CSR_FUNC_3)) |
| #define | LL_CORDIC_FUNCTION_SQUAREROOT ((uint32_t)(CORDIC_CSR_FUNC_3 | CORDIC_CSR_FUNC_0)) |
| #define LL_CORDIC_FUNCTION_ARCTANGENT ((uint32_t)(CORDIC_CSR_FUNC_2)) |
反正切
Definition at line 78 of file stm32g4xx_ll_cordic.h.
| #define LL_CORDIC_FUNCTION_COSINE (0x00000000U) |
余弦
Definition at line 74 of file stm32g4xx_ll_cordic.h.
| #define LL_CORDIC_FUNCTION_HARCTANGENT ((uint32_t)(CORDIC_CSR_FUNC_2 | CORDIC_CSR_FUNC_1 | CORDIC_CSR_FUNC_0)) |
反双曲正切
Definition at line 81 of file stm32g4xx_ll_cordic.h.
| #define LL_CORDIC_FUNCTION_HCOSINE ((uint32_t)(CORDIC_CSR_FUNC_2 | CORDIC_CSR_FUNC_0)) |
双曲余弦
Definition at line 79 of file stm32g4xx_ll_cordic.h.
| #define LL_CORDIC_FUNCTION_HSINE ((uint32_t)(CORDIC_CSR_FUNC_2 | CORDIC_CSR_FUNC_1)) |
双曲正弦
Definition at line 80 of file stm32g4xx_ll_cordic.h.
| #define LL_CORDIC_FUNCTION_MODULUS ((uint32_t)(CORDIC_CSR_FUNC_1 | CORDIC_CSR_FUNC_0)) |
模值
Definition at line 77 of file stm32g4xx_ll_cordic.h.
| #define LL_CORDIC_FUNCTION_NATURALLOG ((uint32_t)(CORDIC_CSR_FUNC_3)) |
自然对数
Definition at line 82 of file stm32g4xx_ll_cordic.h.
| #define LL_CORDIC_FUNCTION_PHASE ((uint32_t)(CORDIC_CSR_FUNC_1)) |
相位
Definition at line 76 of file stm32g4xx_ll_cordic.h.
| #define LL_CORDIC_FUNCTION_SINE ((uint32_t)(CORDIC_CSR_FUNC_0)) |
正弦
Definition at line 75 of file stm32g4xx_ll_cordic.h.
| #define LL_CORDIC_FUNCTION_SQUAREROOT ((uint32_t)(CORDIC_CSR_FUNC_3 | CORDIC_CSR_FUNC_0)) |
平方根
Definition at line 83 of file stm32g4xx_ll_cordic.h.
1.7.6.1