[][src]Type Definition avr_device::atmega1280::cpu::PRR0

type PRR0 = Reg<u8, _PRR0>;

Power Reduction Register0

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

For information about available fields see prr0 module

Trait Implementations

impl Readable for PRR0[src]

read() method returns prr0::R reader structure

impl ResetValue for PRR0[src]

Register PRR0 reset()'s with value 0

impl Writable for PRR0[src]

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