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