This is the generated driver types header file for the CRC driver. More...
Go to the source code of this file.
Enumerations | |
enum | CRC_STATE { CRC_STATE_CALCULATE , CRC_STATE_FLUSH , CRC_STATE_CLEANUP , CRC_STATE_DONE } |
Defines the CRC calculation states. More... | |
enum | CRC_SEED_METHOD { CRC_SEED_METHOD_DIRECT , CRC_SEED_METHOD_INDIRECT } |
Defines the CRC calculation seed method CRC_SeedSet. The direct method refers to the seed being placed before the shifters with the result being shifted through the polynomial. The indirect method refers to the seed being placed after the shifters with the result not being shifted through the polynomial. More... | |
enum | CRC_SEED_DIRECTION { CRC_SEED_DIRECTION_Msb , CRC_SEED_DIRECTION_Lsb } |
Defines the CRC calculation seed direction in direct method CRC_SeedSet. More... | |
CRC Generated Driver Types Header File
Definition in file crc_types.h.