[][src]Type Definition imxrt1062_src::GPR2

type GPR2 = Reg<u32, _GPR2>;

SRC General Purpose Register 2

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

For information about available fields see gpr2 module

Trait Implementations

impl Readable for GPR2[src]

read() method returns gpr2::R reader structure

impl ResetValue for GPR2[src]

Register GPR2 reset()'s with value 0

type Type = u32

Register size

impl Writable for GPR2[src]

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