C1

Type Alias C1 

pub type C1 = Reg<C1Spec>;
Expand description

C1 (rw) register accessor: CMP Control Register 1

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

For information about available fields see c1 module

Aliased Type§

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

Fields§

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