[][src]Type Definition stm32f3::stm32f373::crc::DR

type DR = Reg<u32, _DR>;

Data register

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

For information about available fields see dr module

Trait Implementations

impl Readable for DR[src]

read() method returns dr::R reader structure

impl ResetValue for DR[src]

Register DR reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for DR[src]

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