Cvr

Type Alias Cvr 

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

Aliased Type§

#[repr(transparent)]
pub struct Cvr { register: VolatileCell<u32>, _marker: PhantomData<CvrSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<CvrSpec>