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

type MIS = Reg<u32, _MIS>;

I2C slave masked interrupt status This register specifies whether an interrupt was signaled.

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