|
STM32G474xx HAL用户手册
|
定义 | |
| #define | LL_CRC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, __VALUE__) |
| 在CRC寄存器中写入值。 | |
| #define | LL_CRC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) |
| 读取CRC寄存器中的值。 | |
| #define LL_CRC_ReadReg | ( | __INSTANCE__, | |
| __REG__ | |||
| ) | READ_REG(__INSTANCE__->__REG__) |
读取CRC寄存器中的值。
| __INSTANCE__ | CRC实例 |
| __REG__ | 要读取的寄存器 |
| 寄存器值 |
Definition at line 128 of file stm32g4xx_ll_crc.h.
| #define LL_CRC_WriteReg | ( | __INSTANCE__, | |
| __REG__, | |||
| __VALUE__ | |||
| ) | WRITE_REG(__INSTANCE__->__REG__, __VALUE__) |
在CRC寄存器中写入值。
| __INSTANCE__ | CRC实例 |
| __REG__ | 要写入的寄存器 |
| __VALUE__ | 要写入寄存器的值 |
| 无 |
Definition at line 120 of file stm32g4xx_ll_crc.h.
1.7.6.1