[][src]Type Definition avr_device::atmega2560::cpu::CLKPR

type CLKPR = Reg<u8, _CLKPR>;

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

For information about available fields see clkpr module

Trait Implementations

impl Readable for CLKPR[src]

read() method returns clkpr::R reader structure

impl ResetValue for CLKPR[src]

Register CLKPR reset()'s with value 0

impl Writable for CLKPR[src]

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