STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
Loading...
Searching...
No Matches
this defines are values for the calculation of CRC with 16 bits and data reflected

Macros

#define CRC_32BIT_POLYNOMIAL_REFLECTED   (uint32)0xEDB88320u
 
#define CRC_32BIT_XORVALUE   0xFFFFFFFFu
 
#define CRC_32BIT_LSB   0x00000001u
 

Detailed Description

Macro Definition Documentation

◆ CRC_32BIT_LSB

#define CRC_32BIT_LSB   0x00000001u

Less significant bit

◆ CRC_32BIT_POLYNOMIAL_REFLECTED

#define CRC_32BIT_POLYNOMIAL_REFLECTED   (uint32)0xEDB88320u

Polynomial of CRC32

◆ CRC_32BIT_XORVALUE

#define CRC_32BIT_XORVALUE   0xFFFFFFFFu

Value of CRC if is first call