pub struct W(_);
Expand description
Register GNPTXFSIZ
writer
Implementations§
source§impl W
impl W
sourcepub fn nptxfstaddr(&mut self) -> NPTXFSTADDR_W<'_, 0>
pub fn nptxfstaddr(&mut self) -> NPTXFSTADDR_W<'_, 0>
Bits 0:15
sourcepub fn nptxfdep(&mut self) -> NPTXFDEP_W<'_, 16>
pub fn nptxfdep(&mut self) -> NPTXFDEP_W<'_, 16>
Bits 16:31
Methods from Deref<Target = W<GNPTXFSIZ_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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