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