[][src]Type Definition imxrt1062_src::GPR6

type GPR6 = Reg<u32, _GPR6>;

SRC General Purpose Register 6

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

For information about available fields see gpr6 module

Trait Implementations

impl Readable for GPR6[src]

read() method returns gpr6::R reader structure

impl ResetValue for GPR6[src]

Register GPR6 reset()'s with value 0

type Type = u32

Register size

impl Writable for GPR6[src]

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