pub struct W(/* private fields */);
Expand description
Register AHBSCR
writer
Implementations§
source§impl W
impl W
sourcepub fn ctl(
&mut self
) -> FieldWriterRaw<'_, u32, AHBSCR_SPEC, u8, u8, Unsafe, 2, 0>
pub fn ctl( &mut self ) -> FieldWriterRaw<'_, u32, AHBSCR_SPEC, u8, u8, Unsafe, 2, 0>
Bits 0:1 - CTL
sourcepub fn tpri(
&mut self
) -> FieldWriterRaw<'_, u32, AHBSCR_SPEC, u16, u16, Unsafe, 9, 2>
pub fn tpri( &mut self ) -> FieldWriterRaw<'_, u32, AHBSCR_SPEC, u16, u16, Unsafe, 9, 2>
Bits 2:10 - TPRI
Methods from Deref<Target = W<AHBSCR_SPEC>>§
sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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