Type Alias ClpxOfs
pub type ClpxOfs = Reg<ClpxOfsSpec>;Expand description
CLPX_OFS (rw) register accessor: ADC Plus-Side General Calibration Offset Value Register X
You can read this register and get clpx_ofs::R. You can reset, write, write_with_zero this register using clpx_ofs::W. You can also modify this register. See API.
For information about available fields see clpx_ofs module
Aliased Type§
#[repr(transparent)]pub struct ClpxOfs {
register: VolatileCell<u32>,
_marker: PhantomData<ClpxOfsSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<ClpxOfsSpec>