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

type RIS = Reg<u32, _RIS>;

GPTM raw interrupt status This register shows the state of the GPTM internal interrupt signal. These bits are set whether or not the interrupt is masked in the IMR register. Each bit can be cleared by writing 1 to its corresponding bit in ICR.

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