Type Alias SR

Source
pub type SR = Reg<SRrs>;
Expand description

SR (r) register accessor: status register

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

See register structure

For information about available fields see sr module

Aliased Typeยง

struct SR { /* private fields */ }