[][src]Type Definition avr_device::atmega32u4::cpu::RCCTRL

type RCCTRL = Reg<u8, _RCCTRL>;

Oscillator Control Register

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

For information about available fields see rcctrl module

Trait Implementations

impl Readable for RCCTRL[src]

read() method returns rcctrl::R reader structure

impl ResetValue for RCCTRL[src]

Register RCCTRL reset()'s with value 0

impl Writable for RCCTRL[src]

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