[][src]Type Definition avr_device::attiny85::cpu::OSCCAL

type OSCCAL = Reg<u8, _OSCCAL>;

Oscillator Calibration Register

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

For information about available fields see osccal module

Trait Implementations

impl Readable for OSCCAL[src]

read() method returns osccal::R reader structure

impl ResetValue for OSCCAL[src]

Register OSCCAL reset()'s with value 0

impl Writable for OSCCAL[src]

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