[][src]Type Definition avr_device::atmega8::exint::GICR

type GICR = Reg<u8, _GICR>;

General Interrupt Control Register

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

For information about available fields see gicr module

Trait Implementations

impl Readable for GICR[src]

read() method returns gicr::R reader structure

impl ResetValue for GICR[src]

Register GICR reset()'s with value 0

impl Writable for GICR[src]

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