Mbed OS Reference
Loading...
Searching...
No Matches
MbedCRC class

Data Structures

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

Enumerations

enum class  CrcMode { }
 CRC mode selection. More...
 

Detailed Description

Enumeration Type Documentation

◆ CrcMode

enum class CrcMode
strong

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.