Type Alias Cvr
Source pub type Cvr = Reg<CvrSpec>;
Expand description
CVR (rw) register accessor: SysTick Current Value Register
You can read
this register and get cvr::R
. You can reset
, write
, write_with_zero
this register using cvr::W
. You can also modify
this register. See API.
For information about available fields see cvr
module
struct Cvr { }