[][src]Type Definition cc2538::gpio_a::IE

type IE = Reg<u32, _IE>;

The IE register is the interrupt mask register. Bits set to high in IE allow the corresponding pins to trigger their individual interrupts and the combined GPIOINTR line. Clearing a bit disables interrupt triggering on that pin.

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

For information about avaliable fields see ie module

Trait Implementations

impl Readable for IE[src]

read() method returns ie::R reader structure

impl Writable for IE[src]

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

impl ResetValue for IE[src]

Register IE reset()'s with value 0

type Type = u32

Register size