pub struct W(/* private fields */);Expand description
Register IPC8SET writer
Implementations§
Source§impl W
impl W
Sourcepub fn u1is(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 2, 0>
pub fn u1is(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 2, 0>
Bits 0:1
Sourcepub fn u1ip(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 3, 2>
pub fn u1ip(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 3, 2>
Bits 2:4
Sourcepub fn i2c1is(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 2, 8>
pub fn i2c1is(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 2, 8>
Bits 8:9
Sourcepub fn i2c1ip(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 3, 10>
pub fn i2c1ip(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 3, 10>
Bits 10:12
Sourcepub fn cnis(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 2, 16>
pub fn cnis(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 2, 16>
Bits 16:17
Sourcepub fn cnip(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 3, 18>
pub fn cnip(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 3, 18>
Bits 18:20
Sourcepub fn pmpis(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 2, 24>
pub fn pmpis(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 2, 24>
Bits 24:25
Sourcepub fn pmpip(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 3, 26>
pub fn pmpip(&mut self) -> FieldWriterRaw<'_, IPC8SET_SPEC, 3, 26>
Bits 26:28
Methods from Deref<Target = W<IPC8SET_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