|
STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
|
Macros | |
| #define | CRC8_SAEJ1850_POLYNOMIAL 0x1D |
| #define | FIRSTCALLCRC8 0xFF |
| #define | CRC8NBITS 8 |
| #define | CRC8MSB 0x80 |
| #define CRC8_SAEJ1850_POLYNOMIAL 0x1D |
Polynomial of CRC8_SAEJ1850
| #define CRC8MSB 0x80 |
Most significant bit of a byte
| #define CRC8NBITS 8 |
Number of bits of a byte
| #define FIRSTCALLCRC8 0xFF |
Value of CRC if is first call