[][src]Type Definition avr_device::atmega1280::tc2::ASSR

type ASSR = Reg<u8, _ASSR>;

Asynchronous Status Register

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

For information about available fields see assr module

Trait Implementations

impl Readable for ASSR[src]

read() method returns assr::R reader structure

impl ResetValue for ASSR[src]

Register ASSR reset()'s with value 0

impl Writable for ASSR[src]

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