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