Yofs

Type Alias Yofs 

pub type Yofs = Reg<YofsSpec>;
Expand description

YOFS (rw) register accessor: ADC Y Offset Correction Register

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

For information about available fields see yofs module

Aliased Type§

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

Fields§

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