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

type FDATA = Reg<u32, _FDATA>;

Free data register

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

For information about available fields see fdata module

Trait Implementations

impl Readable for FDATA[src]

read() method returns fdata::R reader structure

impl ResetValue for FDATA[src]

Register FDATA reset()’s with value 0

type Type = u32

Register size

impl Writable for FDATA[src]

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