NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
#include <neorv32_crc.h>
Data Fields | |
uint32_t | MODE |
uint32_t | POLY |
uint32_t | DATA |
uint32_t | SREG |
CRC module prototype
uint32_t neorv32_crc_t::DATA |
offset 8: data input register
uint32_t neorv32_crc_t::MODE |
offset 0: mode register (NEORV32_CRC_MODE_enum)
uint32_t neorv32_crc_t::POLY |
offset 4: polynomial register
uint32_t neorv32_crc_t::SREG |
offset 12: CRC shift register