[][src]Type Definition cc2538::gpio_c::MIS

type MIS = Reg<u32, _MIS>;

The MIS register is the masked interrupt status register. Bits read high in MIS reflect the status of input lines triggering an interrupt. Bits read as low indicate that either no interrupt has been generated, or the interrupt is masked. MIS is the state of the interrupt after masking.

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

For information about avaliable fields see mis module

Trait Implementations

impl Readable for MIS[src]

read() method returns mis::R reader structure

impl Writable for MIS[src]

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

impl ResetValue for MIS[src]

Register MIS reset()'s with value 0

type Type = u32

Register size