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