[][src]Type Definition imxrt1062_gpio1::DR

type DR = Reg<u32, _DR>;

GPIO data register

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

For information about available fields see dr module

Trait Implementations

impl Readable for DR[src]

read() method returns dr::R reader structure

impl ResetValue for DR[src]

Register DR reset()'s with value 0

type Type = u32

Register size

impl Writable for DR[src]

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