Type Alias Cr
Source pub type Cr = Reg<CrSpec>;
Expand description
CR (rw) register accessor: ETM Main Control Register
You can read
this register and get cr::R
. You can reset
, write
, write_with_zero
this register using cr::W
. You can also modify
this register. See API.
For information about available fields see cr
module
struct Cr { }