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