[][src]Type Definition cc3220sf::gpioa3::RIS

type RIS = Reg<u32, _RIS>;

0x4000 5414 0x4000 6414 0x4000 7414 0x4002 4414 GPIO Raw Interrupt Status (GPIORIS)@@ offset 0x414 The GPIORIS register is the raw interrupt status register. A bit in this register is set when an interrupt condition occurs on the corresponding GPIO pin. If the corresponding bit in the GPIO Interrupt Mask (GPIOIM) register is set@@ the interrupt is sent to the interrupt controller. Bits read as zero indicate that corresponding input pins have not initiated an interrupt. A bit in this register can be cleared by writing a 1 to the corresponding bit in the GPIO Interrupt Clear (GPIOICR) register.

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

For information about available fields see ris module

Trait Implementations

impl Readable for RIS[src]

read() method returns ris::R reader structure

impl ResetValue for RIS[src]

Register RIS reset()'s with value 0

type Type = u32

Register size

impl Writable for RIS[src]

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