[][src]Type Definition avr_device::attiny85::usi::USICR

type USICR = Reg<u8, _USICR>;

USI Control Register

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

For information about available fields see usicr module

Trait Implementations

impl Readable for USICR[src]

read() method returns usicr::R reader structure

impl ResetValue for USICR[src]

Register USICR reset()'s with value 0

impl Writable for USICR[src]

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