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