Clp3

Type Alias Clp3 

pub type Clp3 = Reg<Clp3Spec>;
Expand description

CLP3 (rw) register accessor: ADC Plus-Side General Calibration Value Register 3

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

For information about available fields see clp3 module

Aliased Type§

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

Fields§

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