[][src]Type Definition avr_device::atmega8::cpu::MCUCSR

type MCUCSR = Reg<u8, _MCUCSR>;

MCU Control And Status Register

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

For information about available fields see mcucsr module

Trait Implementations

impl Readable for MCUCSR[src]

read() method returns mcucsr::R reader structure

impl ResetValue for MCUCSR[src]

Register MCUCSR reset()'s with value 0

impl Writable for MCUCSR[src]

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