Bar Logo Dual Active Bridge Development Board (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
crc_types.h File Reference

This is the generated driver types header file for the CRC driver. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  CRC_STATE { CRC_STATE_CALCULATE , CRC_STATE_FLUSH , CRC_STATE_CLEANUP , CRC_STATE_DONE }
 
enum  CRC_SEED_METHOD { CRC_SEED_METHOD_DIRECT , CRC_SEED_METHOD_INDIRECT }
 
enum  CRC_SEED_DIRECTION { CRC_SEED_DIRECTION_Msb , CRC_SEED_DIRECTION_Lsb }
 

Detailed Description

CRC Generated Driver Types Header File

Definition in file crc_types.h.

Enumeration Type Documentation

◆ CRC_SEED_DIRECTION

Enumerator
CRC_SEED_DIRECTION_Msb 

CRC seed in Big Endian

CRC_SEED_DIRECTION_Lsb 

CRC seed in Little Endian

Definition at line 76 of file crc_types.h.

◆ CRC_SEED_METHOD

Enumerator
CRC_SEED_METHOD_DIRECT 

CRC seed in direct method

CRC_SEED_METHOD_INDIRECT 

CRC seed in indirect method

Definition at line 65 of file crc_types.h.

◆ CRC_STATE

enum CRC_STATE
Enumerator
CRC_STATE_CALCULATE 

CRC calculation start

CRC_STATE_FLUSH 

CRC calculation data flush

CRC_STATE_CLEANUP 

CRC calculation reset

CRC_STATE_DONE 

CRC calculation complete

Definition at line 48 of file crc_types.h.