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

CRC8 Poly 0x07 reflected policy specialisation. More...

#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_reflected
uint8_t add (uint8_t crc, uint8_t value) const
 

Detailed Description

template<const uint8_t INITIAL, const uint8_t XOR_OUT>
struct etl::crc8_policy_poly_0x07< INITIAL, XOR_OUT, true >

CRC8 Poly 0x07 reflected policy specialisation.


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