Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

MbedCRC class

Data Structures

class  MbedCRC< polynomial, width, mode_limit >
 CRC object provides CRC generation through hardware or software. More...

Enumerations

enum  CrcMode { , TABLE, BITWISE }
 

CRC mode selection.

More...

Enumeration Type Documentation

enum CrcMode

CRC mode selection.

Enumerator:
TABLE 

Use hardware (if available), else table-based computation.

BITWISE 

Use table-based computation (if table available), else bitwise.

Always use bitwise manual computation

Definition at line 46 of file MbedCRC.h.