GPR

Type Alias GPR 

Source
pub type GPR = Reg<GPR_SPEC>;
Expand description

GPR (rw) register accessor: no description available

You can read this register and get gpr::R. You can reset, write, write_with_zero this register using gpr::W. You can also modify this register. See API.

For information about available fields see gpr module

Aliased Typeยง

pub struct GPR { /* private fields */ }