[][src]Type Definition stm32f0::stm32f0x1::crc::DR8

type DR8 = Reg<u8, _DR8>;

Data register - byte sized

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

For information about available fields see dr8 module

Trait Implementations

impl Readable for DR8[src]

read() method returns dr8::R reader structure

impl ResetValue for DR8[src]

Register DR8 reset()'s with value 0xff

type Type = u8

Register size

impl Writable for DR8[src]

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