[][src]Type Definition imxrt1062_iomuxc_gpr::GPR16

type GPR16 = Reg<u32, _GPR16>;

GPR16 General Purpose Register

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

For information about available fields see gpr16 module

Trait Implementations

impl Readable for GPR16[src]

read() method returns gpr16::R reader structure

impl ResetValue for GPR16[src]

Register GPR16 reset()'s with value 0x0020_0003

type Type = u32

Register size

impl Writable for GPR16[src]

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