Type Alias Addr

Source
pub type Addr = Reg<AddrSpec>;
Expand description

ADDR (rw) register accessor: I2CS Address

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 */ }