[][src]Type Definition avr_device::attiny85::cpu::DWDR

type DWDR = Reg<u8, _DWDR>;

debugWire data register

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

For information about available fields see dwdr module

Trait Implementations

impl Readable for DWDR[src]

read() method returns dwdr::R reader structure

impl ResetValue for DWDR[src]

Register DWDR reset()'s with value 0

impl Writable for DWDR[src]

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