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