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

type IS = Reg<u32, _IS>;

0x4000 5404 0x4000 6404 0x4000 7404 0x4002 4404 GPIO Interrupt Sense (GPIOIS)@@ offset 0x404 The GPIOIS register is the interrupt sense register. Setting a bit in the GPIOIS register configures the corresponding pin to detect levels@@ while clearing a bit configures the corresponding pin to detect edges. All bits are cleared by a reset.

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

For information about available fields see is module

Trait Implementations

impl Readable for IS[src]

read() method returns is::R reader structure

impl ResetValue for IS[src]

Register IS reset()'s with value 0

type Type = u32

Register size

impl Writable for IS[src]

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