Rvr

Type Alias Rvr 

pub type Rvr = Reg<RvrSpec>;
Expand description

RVR (rw) register accessor: SysTick Reload Value Register

You can read this register and get rvr::R. You can reset, write, write_with_zero this register using rvr::W. You can also modify this register. See API.

For information about available fields see rvr module

Aliased Type§

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

Fields§

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