[][src]Type Definition avr_device::atmega32u4::exint::EICRA

type EICRA = Reg<u8, _EICRA>;

External Interrupt Control Register A

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

For information about available fields see eicra module

Trait Implementations

impl Readable for EICRA[src]

read() method returns eicra::R reader structure

impl ResetValue for EICRA[src]

Register EICRA reset()'s with value 0

impl Writable for EICRA[src]

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