STM32G474xx HAL用户手册
宏定义
表示是否使用默认多项式
CRC导出常量

宏定义

#define DEFAULT_POLYNOMIAL_ENABLE   ((uint8_t)0x00U)
#define DEFAULT_POLYNOMIAL_DISABLE   ((uint8_t)0x01U)

宏定义文档

#define DEFAULT_POLYNOMIAL_DISABLE   ((uint8_t)0x01U)

禁用默认生成多项式 0x04C11DB7

Definition at line 161 of file stm32g4xx_hal_crc.h.

#define DEFAULT_POLYNOMIAL_ENABLE   ((uint8_t)0x00U)

启用默认生成多项式 0x04C11DB7

Definition at line 160 of file stm32g4xx_hal_crc.h.

Referenced by HAL_CRC_Init().