Ofs

Type Alias Ofs 

pub type Ofs = Reg<OfsSpec>;
Expand description

OFS (rw) register accessor: ADC Offset Correction Register

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

For information about available fields see ofs module

Aliased Type§

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

Fields§

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