[][src]Type Definition cc3220sf::gpioa2::IBE

type IBE = Reg<u32, _IBE>;

0x4000 5408 0x4000 6408 0x4000 7408 0x4002 4408 GPIO Interrupt Both Edges (GPIOIBE)@@ offset 0x408 The GPIOIBE register allows both edges to cause interrupts. When the corresponding bit in the GPIO Interrupt Sense (GPIOIS) register is set to detect edges@@ setting a bit in the GPIOIBE register configures the corresponding pin to detect both rising and falling edges@@ regardless of the corresponding bit in the GPIO Interrupt Event (GPIOIEV) register . Clearing a bit configures the pin to be controlled by the GPIOIEV register. 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 ibe module

Trait Implementations

impl Readable for IBE[src]

read() method returns ibe::R reader structure

impl ResetValue for IBE[src]

Register IBE reset()'s with value 0

type Type = u32

Register size

impl Writable for IBE[src]

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