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

type IM = Reg<u32, _IM>;

0x4000 5410 0x4000 6410 0x4000 7410 0x4002 4410 GPIO Interrupt Mask (GPIOIM)@@ offset 0x410 The GPIOIM register is the interrupt mask register. Setting a bit in the GPIOIM register allows interrupts that are generated by the corresponding pin to be sent to the interrupt controller on the combined interrupt signal. Clearing a bit prevents an interrupt on the corresponding pin from being sent to the interrupt controller. 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 im module

Trait Implementations

impl Readable for IM[src]

read() method returns im::R reader structure

impl ResetValue for IM[src]

Register IM reset()'s with value 0

type Type = u32

Register size

impl Writable for IM[src]

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