[][src]Type Definition imxrt1062_gpio1::IMR

type IMR = Reg<u32, _IMR>;

GPIO interrupt mask register

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

For information about available fields see imr module

Trait Implementations

impl Readable for IMR[src]

read() method returns imr::R reader structure

impl ResetValue for IMR[src]

Register IMR reset()'s with value 0

type Type = u32

Register size

impl Writable for IMR[src]

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