Xofs

Type Alias Xofs 

pub type Xofs = Reg<XofsSpec>;
Expand description

XOFS (rw) register accessor: ADC X Offset Correction Register

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

For information about available fields see xofs module

Aliased Type§

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

Fields§

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