Type Alias ADDR

Source
pub type ADDR = Reg<ADDR_SPEC>;
Expand description

ADDR (rw) register accessor: Address value register

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

For information about available fields see addr module

Aliased Typeยง

struct ADDR { /* private fields */ }