Clpx

Type Alias Clpx 

pub type Clpx = Reg<ClpxSpec>;
Expand description

CLPX (rw) register accessor: ADC Plus-Side General Calibration Value Register X

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

For information about available fields see clpx module

Aliased Type§

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

Fields§

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