pub struct W(/* private fields */);Expand description
Register IPC2SET writer
Implementations§
Source§impl W
impl W
Sourcepub fn t2is(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 2, 0>
pub fn t2is(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 2, 0>
Bits 0:1
Sourcepub fn t2ip(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 3, 2>
pub fn t2ip(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 3, 2>
Bits 2:4
Sourcepub fn ic2is(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 2, 8>
pub fn ic2is(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 2, 8>
Bits 8:9
Sourcepub fn ic2ip(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 3, 10>
pub fn ic2ip(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 3, 10>
Bits 10:12
Sourcepub fn oc2is(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 2, 16>
pub fn oc2is(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 2, 16>
Bits 16:17
Sourcepub fn oc2ip(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 3, 18>
pub fn oc2ip(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 3, 18>
Bits 18:20
Sourcepub fn int2is(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 2, 24>
pub fn int2is(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 2, 24>
Bits 24:25
Sourcepub fn int2ip(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 3, 26>
pub fn int2ip(&mut self) -> FieldWriterRaw<'_, IPC2SET_SPEC, 3, 26>
Bits 26:28
Methods from Deref<Target = W<IPC2SET_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnsafeUnpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more