[][src]Type Definition avr_device::atmega32u4::ac::ACSR

type ACSR = Reg<u8, _ACSR>;

Analog Comparator Control And Status Register

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

For information about available fields see acsr module

Trait Implementations

impl Readable for ACSR[src]

read() method returns acsr::R reader structure

impl ResetValue for ACSR[src]

Register ACSR reset()'s with value 0

impl Writable for ACSR[src]

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