[][src]Type Definition cc3220sf::gpioa0::ICR

type ICR = Reg<u32, _ICR>;

0x4000 541C 0x4000 641C 0x4000 741C 0x4002 441C GPIO Interrupt Clear (GPIOICR)@@ offset 0x41C The GPIOICR register is the interrupt clear register. Writing a 1 to a bit in this register clears the corresponding interrupt bit in the GPIORIS and GPIOMIS registers. Writing a 0 has no effect.

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

For information about available fields see icr module

Trait Implementations

impl Readable for ICR[src]

read() method returns icr::R reader structure

impl ResetValue for ICR[src]

Register ICR reset()'s with value 0

type Type = u32

Register size

impl Writable for ICR[src]

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