Type Alias UsrOfs
pub type UsrOfs = Reg<UsrOfsSpec>;Expand description
USR_OFS (rw) register accessor: USER Offset Correction Register
You can read this register and get usr_ofs::R. You can reset, write, write_with_zero this register using usr_ofs::W. You can also modify this register. See API.
For information about available fields see usr_ofs module
Aliased Type§
#[repr(transparent)]pub struct UsrOfs {
register: VolatileCell<u32>,
_marker: PhantomData<UsrOfsSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<UsrOfsSpec>