Type Alias Data

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

DATA (r) register accessor: Output Data

You can read this register and get data::R. See API.

For information about available fields see data module

Aliased Typeยง

struct Data { /* private fields */ }