|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_CORDIC_PRECISION_1CYCLE ((uint32_t)(CORDIC_CSR_PRECISION_0)) |
| #define | LL_CORDIC_PRECISION_2CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_1)) |
| #define | LL_CORDIC_PRECISION_3CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_1 | CORDIC_CSR_PRECISION_0)) |
| #define | LL_CORDIC_PRECISION_4CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_2)) |
| #define | LL_CORDIC_PRECISION_5CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_2 | CORDIC_CSR_PRECISION_0)) |
| #define | LL_CORDIC_PRECISION_6CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_2 | CORDIC_CSR_PRECISION_1)) |
| #define | LL_CORDIC_PRECISION_7CYCLES |
| #define | LL_CORDIC_PRECISION_8CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_3)) |
| #define | LL_CORDIC_PRECISION_9CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_3 | CORDIC_CSR_PRECISION_0)) |
| #define | LL_CORDIC_PRECISION_10CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_3 | CORDIC_CSR_PRECISION_1)) |
| #define | LL_CORDIC_PRECISION_11CYCLES |
| #define | LL_CORDIC_PRECISION_12CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_3 | CORDIC_CSR_PRECISION_2)) |
| #define | LL_CORDIC_PRECISION_13CYCLES |
| #define | LL_CORDIC_PRECISION_14CYCLES |
| #define | LL_CORDIC_PRECISION_15CYCLES |
| #define LL_CORDIC_PRECISION_10CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_3 | CORDIC_CSR_PRECISION_1)) |
Definition at line 101 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_11CYCLES |
((uint32_t)(CORDIC_CSR_PRECISION_3\
| CORDIC_CSR_PRECISION_1 | CORDIC_CSR_PRECISION_0))
Definition at line 102 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_12CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_3 | CORDIC_CSR_PRECISION_2)) |
Definition at line 104 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_13CYCLES |
((uint32_t)(CORDIC_CSR_PRECISION_3\
| CORDIC_CSR_PRECISION_2 | CORDIC_CSR_PRECISION_0))
Definition at line 105 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_14CYCLES |
((uint32_t)(CORDIC_CSR_PRECISION_3\
| CORDIC_CSR_PRECISION_2 | CORDIC_CSR_PRECISION_1))
Definition at line 107 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_15CYCLES |
((uint32_t)(CORDIC_CSR_PRECISION_3\
| CORDIC_CSR_PRECISION_2 | CORDIC_CSR_PRECISION_1\
| CORDIC_CSR_PRECISION_0))
Definition at line 109 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_1CYCLE ((uint32_t)(CORDIC_CSR_PRECISION_0)) |
Definition at line 91 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_2CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_1)) |
Definition at line 92 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_3CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_1 | CORDIC_CSR_PRECISION_0)) |
Definition at line 93 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_4CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_2)) |
Definition at line 94 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_5CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_2 | CORDIC_CSR_PRECISION_0)) |
Definition at line 95 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_6CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_2 | CORDIC_CSR_PRECISION_1)) |
Definition at line 96 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_7CYCLES |
((uint32_t)(CORDIC_CSR_PRECISION_2\
| CORDIC_CSR_PRECISION_1 | CORDIC_CSR_PRECISION_0))
Definition at line 97 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_8CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_3)) |
Definition at line 99 of file stm32h7xx_ll_cordic.h.
| #define LL_CORDIC_PRECISION_9CYCLES ((uint32_t)(CORDIC_CSR_PRECISION_3 | CORDIC_CSR_PRECISION_0)) |
Definition at line 100 of file stm32h7xx_ll_cordic.h.
1.7.6.1