MSB=lsbFirst, CRC_EN=dis
CRC Control Register.
CRC_EN | Cyclic Redundancy Check Enable. The CRC cannot be enabled if the PRNG is enabled. 0 (dis): Disable. 1 (en): Enable. |
MSB | MSB select. This bit selects the order of calculating CRC on data. 0 (lsbFirst): LSB First. 1 (msbFirst): MSB First. |
PRNG | Pseudo Random Number Generator Enable. If entropy is disabled, this outputs one byte of pseudo random data per clock cycle. If entropy is enabled, data is output at a rate of one bit per clock cycle. |
ENT | Entropy Enable. If the PRNG is enabled, this mixes the high frequency ring oscillator with the LFSR. If the PRNG is disabled, the raw entropy data is output at a rate of 1 bit per clock. This makes it possible to characterize the quality of the entropy source. |
HAM | Hamming Code Enable. Enable hamming code calculation. |
HRST | Hamming Reset. Reset Hamming code ECC generator for next block. 1 (reset): Starts reset operation. |