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

type IEV = Reg<u32, _IEV>;

The IEV register is the interrupt event register. Bits set to high in IEV configure the corresponding pin to detect rising edges or high levels, depending on the corresponding bit value in IS. Clearing a bit configures the pin to detect falling edges or low levels, depending on the corresponding bit value in IS.

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

For information about avaliable fields see iev module

Trait Implementations

impl Readable for IEV[src]

read() method returns iev::R reader structure

impl Writable for IEV[src]

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

impl ResetValue for IEV[src]

Register IEV reset()'s with value 0

type Type = u32

Register size