[][src]Type Definition k22f::crc::GPOLY

type GPOLY = Reg<u32, _GPOLY>;

CRC Polynomial register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see gpoly module

Trait Implementations

impl Readable for GPOLY[src]

read() method returns gpoly::R reader structure

impl ResetValue for GPOLY[src]

Register GPOLY reset()'s with value 0x1021

type Type = u32

Register size

impl Writable for GPOLY[src]

write(|w| ..) method takes gpoly::W writer structure