pub type CrcW<'a, REG> = BitWriter<'a, REG>;
Field CRC writer - 32-bit Cyclic Redundancy Check
CRC
struct CrcW<'a, REG> { /* private fields */ }