[][src]Type Definition cc2538::gpio_a::IBE

type IBE = Reg<u32, _IBE>;

The IBE register is the interrupt both-edges register. When the corresponding bit in IS is set to detect edges, bits set to high in IBE configure the corresponding pin to detect both rising and falling edges, regardless of the corresponding bit in the IEV (interrupt event register). Clearing a bit configures the pin to be controlled by IEV.

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

For information about avaliable fields see ibe module

Trait Implementations

impl Readable for IBE[src]

read() method returns ibe::R reader structure

impl Writable for IBE[src]

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

impl ResetValue for IBE[src]

Register IBE reset()'s with value 0

type Type = u32

Register size