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