Type Alias Instraddr

Source
pub type Instraddr = Reg<InstraddrSpec>;
Expand description

INSTRADDR (rw) register accessor: Instruction Address

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

For information about available fields see instraddr module

Aliased Typeยง

struct Instraddr { /* private fields */ }