Embedded Template Library  1.0
etl::crc8_policy_poly_0x07< INITIAL, XOR_OUT, REFLECT > Struct Template Reference

#include <crc8_poly_0x07.h>

Public Types

typedef uint8_t value_type
 

Public Member Functions

ETL_CONSTEXPR uint8_t initial () const
 
uint8_t final (uint8_t crc) const
 
- Public Member Functions inherited from etl::crc8_table_poly_0x07
uint8_t add (uint8_t crc, uint8_t value) const
 

Detailed Description

template<const uint8_t INITIAL, const uint8_t XOR_OUT, const bool REFLECT = false>
struct etl::crc8_policy_poly_0x07< INITIAL, XOR_OUT, REFLECT >

CRC8 Poly 0x07 policy. Calculates CRC8 using polynomial 0x07


The documentation for this struct was generated from the following file: