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

#include <crc32_poly_0x1edc6f41.h>

Public Types

typedef uint32_t value_type
 

Public Member Functions

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

Detailed Description

template<const uint32_t INITIAL, const uint32_t XOR_OUT, const bool REFLECT = false>
struct etl::crc32_policy_poly_0x1edc6f41< INITIAL, XOR_OUT, REFLECT >

CRC32 Poly 0x1EDC6F41 policy. Calculates CRC32 using polynomial 0x1EDC6F41


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