Type Alias Sr
Source pub type Sr = Reg<SrSpec>;
Expand description
SR (rw) register accessor: ETM 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.
For information about available fields see sr
module
struct Sr { }