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