Type Alias Shiftbufbys
pub type Shiftbufbys = Reg<ShiftbufbysSpec>;Expand description
SHIFTBUFBYS (rw) register accessor: Shifter Buffer N Byte Swapped Register
You can read this register and get shiftbufbys::R. You can reset, write, write_with_zero this register using shiftbufbys::W. You can also modify this register. See API.
For information about available fields see shiftbufbys module
Aliased Type§
#[repr(transparent)]pub struct Shiftbufbys {
register: VolatileCell<u32>,
_marker: PhantomData<ShiftbufbysSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<ShiftbufbysSpec>