[][src]Type Definition avr_device::atmega328p::ac::DIDR1

type DIDR1 = Reg<u8, _DIDR1>;

Digital Input Disable Register 1

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

For information about available fields see didr1 module

Trait Implementations

impl Readable for DIDR1[src]

read() method returns didr1::R reader structure

impl ResetValue for DIDR1[src]

Register DIDR1 reset()'s with value 0

impl Writable for DIDR1[src]

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