[][src]Type Definition imxrt1062_gpio1::GDIR

type GDIR = Reg<u32, _GDIR>;

GPIO direction register

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

For information about available fields see gdir module

Trait Implementations

impl Readable for GDIR[src]

read() method returns gdir::R reader structure

impl ResetValue for GDIR[src]

Register GDIR reset()'s with value 0

type Type = u32

Register size

impl Writable for GDIR[src]

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