C2

Type Alias C2 

pub type C2 = Reg<C2Spec>;
Expand description

C2 (rw) register accessor: CMP Control Register 2

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

For information about available fields see c2 module

Aliased Type§

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

Fields§

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