Type Alias DR8

Source
pub type DR8 = Reg<u8, _DR8>;
Expand description

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

Aliased Type§

pub struct DR8 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DR8

Register DR8 reset()’s with value 0xff

Source§

type Type = u8

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for DR8

read() method returns dr8::R reader structure

Source§

impl Writable for DR8

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