[][src]Type Definition cc2538::i2cm::RIS

type RIS = Reg<u32, _RIS>;

I2C master raw interrupt status This register specifies whether an interrupt is pending.

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

For information about avaliable fields see ris module

Trait Implementations

impl Readable for RIS[src]

read() method returns ris::R reader structure

impl Writable for RIS[src]

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

impl ResetValue for RIS[src]

Register RIS reset()'s with value 0

type Type = u32

Register size