[][src]Type Definition avr_device::attiny88::exint::EIMSK

type EIMSK = Reg<u8, _EIMSK>;

External Interrupt Mask Register

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

For information about available fields see eimsk module

Trait Implementations

impl Readable for EIMSK[src]

read() method returns eimsk::R reader structure

impl ResetValue for EIMSK[src]

Register EIMSK reset()'s with value 0

impl Writable for EIMSK[src]

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