[][src]Type Definition avr_device::atmega64::cpu::MCUCR

type MCUCR = Reg<u8, _MCUCR>;

MCU Control Register

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

For information about available fields see mcucr module

Trait Implementations

impl Readable for MCUCR[src]

read() method returns mcucr::R reader structure

impl ResetValue for MCUCR[src]

Register MCUCR reset()'s with value 0

impl Writable for MCUCR[src]

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