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

type RIS = Reg<u32, _RIS>;

The RIS register is the raw interrupt status register. On a read, this register gives the current raw status value of the corresponding interrupt before masking. A write has no effect.

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