C0

Type Alias C0 

pub type C0 = Reg<C0Spec>;
Expand description

C0 (rw) register accessor: CMP Control Register 0

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

For information about available fields see c0 module

Aliased Type§

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

Fields§

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