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

type PCICR = Reg<u8, _PCICR>;

Pin Change Interrupt Control Register

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

For information about available fields see pcicr module

Trait Implementations

impl Readable for PCICR[src]

read() method returns pcicr::R reader structure

impl ResetValue for PCICR[src]

Register PCICR reset()'s with value 0

impl Writable for PCICR[src]

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