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