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

type RIS = Reg<u32, _RIS>;

The RIS register is the raw interrupt status register. Bits read high in RIS reflect the status of interrupts trigger conditions detected (raw, before masking), indicating that all the requirements are met, before they are finally allowed to trigger by IE. Bits read as 0 indicate that corresponding input pins have not initiated an interrupt.

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