Type Alias DATA

Source
pub type DATA = Reg<DATA_SPEC>;
Expand description

DATA (r) register accessor: Random number 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 */ }