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