pub type DATA = Reg<DATA_SPEC>;
DATA (rw) register accessor: an alias for Reg<DATA_SPEC>
Reg<DATA_SPEC>
struct DATA { /* private fields */ }