[][src]Type Definition imxrt1062_src::GPR8

type GPR8 = Reg<u32, _GPR8>;

SRC General Purpose Register 8

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

For information about available fields see gpr8 module

Trait Implementations

impl Readable for GPR8[src]

read() method returns gpr8::R reader structure

impl ResetValue for GPR8[src]

Register GPR8 reset()'s with value 0

type Type = u32

Register size

impl Writable for GPR8[src]

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