[][src]Type Definition imxrt1062_src::GPR7

type GPR7 = Reg<u32, _GPR7>;

SRC General Purpose Register 7

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

For information about available fields see gpr7 module

Trait Implementations

impl Readable for GPR7[src]

read() method returns gpr7::R reader structure

impl ResetValue for GPR7[src]

Register GPR7 reset()'s with value 0

type Type = u32

Register size

impl Writable for GPR7[src]

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