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

type MIS = Reg<u32, _MIS>;

The MIS register is the masked interrupt status register. On a read, this register gives the current masked status value of the corresponding interrupt. A write has no effect.

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