Type Alias Data

Source
pub type Data = Reg<DataSpec>;
Expand description

DATA (w) register accessor: DAC n Data

You can reset, write, write_with_zero this register using data::W. See API.

For information about available fields see data module

Aliased Typeยง

struct Data { /* private fields */ }