Clp1

Type Alias Clp1 

pub type Clp1 = Reg<Clp1Spec>;
Expand description

CLP1 (rw) register accessor: ADC Plus-Side General Calibration Value Register 1

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

For information about available fields see clp1 module

Aliased Type§

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

Fields§

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