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

type IEV = Reg<u32, _IEV>;

0x4000 540C 0x4000 640C 0x4000 740C 0x4002 440C GPIO Interrupt Event (GPIOIEV)@@ offset 0x40C The GPIOIEV register is the interrupt event register. Setting a bit in the GPIOIEV register configures the corresponding pin to detect rising edges or high levels@@ depending on the corresponding bit value in the GPIO Interrupt Sense (GPIOIS) register . Clearing a bit configures the pin to detect falling edges or low levels@@ depending on the corresponding bit value in the GPIOIS 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 iev module

Trait Implementations

impl Readable for IEV[src]

read() method returns iev::R reader structure

impl ResetValue for IEV[src]

Register IEV reset()'s with value 0

type Type = u32

Register size

impl Writable for IEV[src]

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