Cval0

Type Alias Cval0 

pub type Cval0 = Reg<Cval0Spec>;
Expand description

CVAL0 (r) register accessor: Current Timer Value

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

For information about available fields see cval0 module

Aliased Type§

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

Fields§

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