|
STM32G474xx HAL用户手册
|
定义 | |
| #define | LL_CORDIC_NBREAD_1 (0x00000000U) |
| #define | LL_CORDIC_NBREAD_2 CORDIC_CSR_NRES |
| #define LL_CORDIC_NBREAD_1 (0x00000000U) |
一次32位读取包含一个32位数据输出(Q1.31格式),或两个16位数据输出(Q1.15格式)打包在一个32位数据中
定义于行 147 的文件 stm32g4xx_ll_cordic.h中。
| #define LL_CORDIC_NBREAD_2 CORDIC_CSR_NRES |
两个32位数据,包含两个32位数据输出(Q1.31格式)
定义于行 151 的文件 stm32g4xx_ll_cordic.h中。
1.7.6.1