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