Type Alias Result

Source
pub type Result = Reg<ResultSpec>;
Expand description

RESULT (r) register accessor: Result

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

For information about available fields see result module

Aliased Typeยง

struct Result { /* private fields */ }