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