Type Alias SR

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

SR (rw) register accessor: status register

You can read this register and get sr::R. You can reset, write, write_with_zero this register using sr::W. You can also modify this register. See API.

See register structure

For information about available fields see sr module

Aliased Typeยง

struct SR { /* private fields */ }