Type Alias Gp

Source
pub type Gp = Reg<GpSpec>;
Expand description

GP (rw) register accessor: General Purpose

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

For information about available fields see gp module

Aliased Typeยง

struct Gp { /* private fields */ }