Calib

Type Alias Calib 

pub type Calib = Reg<CalibSpec>;
Expand description

CALIB (r) register accessor: SysTick Calibration Value Register

You can read this register and get calib::R. See API.

For information about available fields see calib module

Aliased Type§

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

Fields§

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