Type Definition gd32f1::gd32f130::crc::IDATA[][src]

type IDATA = Reg<u32, _IDATA>;

Initial CRC value

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

For information about available fields see idata module

Trait Implementations

impl Readable for IDATA[src]

read() method returns idata::R reader structure

impl ResetValue for IDATA[src]

Register IDATA reset()’s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for IDATA[src]

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