Alessandro Angelino / target-mcu-k64f

Fork of target-mcu-k64f by Morpheus

Embed: (wiki syntax)

« Back to documentation index

_hw_crc_gpoly Union Reference

_hw_crc_gpoly Union Reference

HW_CRC_GPOLY - CRC Polynomial register (RW) More...

#include <MK64F12_crc.h>


Detailed Description

HW_CRC_GPOLY - CRC Polynomial register (RW)

Reset value: 0x00001021U

This register contains the value of the polynomial for the CRC calculation. The HIGH field contains the upper 16 bits of the CRC polynomial, which are used only in 32-bit CRC mode. Writes to the HIGH field are ignored in 16-bit CRC mode. The LOW field contains the lower 16 bits of the CRC polynomial, which are used in both 16- and 32-bit CRC modes.

Definition at line 605 of file MK64F12_crc.h.