pub type CRCPR = Reg<u32, _CRCPR>;
CRC polynomial register
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see crcpr module
pub struct CRCPR { /* private fields */ }
Register CRCPR reset()’s with value 0x07
reset()
read() method returns crcpr::R reader structure
read()
write(|w| ..) method takes crcpr::W writer structure
write(|w| ..)