Hamming_Compute256x
Default mainpageat91libutilityHamming_Compute256x
Description Source Call Graph
Hamming_Compute256x
Computes 3-bytes hamming codes for a data block whose size is multiple of 256 bytes.
 
Syntax / parameters
void Hamming_Compute256x (const unsigned char *data, unsigned int size, unsigned char *code)

Name Type Default Description
data const unsigned char *
  Data to compute code for.
size unsigned int
  Data size in bytes.
code unsigned char *
  Codes buffer.
Description
Computes 3-bytes hamming codes for a data block whose size is multiple of 256 bytes.
Each 256 bytes block gets its own code.
 
Source
The documentation for this Member was generated from the following files:
  • hamming.c