pub struct W(_);
Expand description
Register PRICTRL0
writer
Implementations
sourceimpl W
impl W
sourcepub fn rrlvlen0(&mut self) -> RRLVLEN0_W<'_>
pub fn rrlvlen0(&mut self) -> RRLVLEN0_W<'_>
Bit 7 - Level 0 Round-Robin Scheduling Enable
sourcepub fn rrlvlen1(&mut self) -> RRLVLEN1_W<'_>
pub fn rrlvlen1(&mut self) -> RRLVLEN1_W<'_>
Bit 15 - Level 1 Round-Robin Scheduling Enable
sourcepub fn rrlvlen2(&mut self) -> RRLVLEN2_W<'_>
pub fn rrlvlen2(&mut self) -> RRLVLEN2_W<'_>
Bit 23 - Level 2 Round-Robin Scheduling Enable
sourcepub fn rrlvlen3(&mut self) -> RRLVLEN3_W<'_>
pub fn rrlvlen3(&mut self) -> RRLVLEN3_W<'_>
Bit 31 - Level 3 Round-Robin Scheduling Enable
Methods from Deref<Target = W<PRICTRL0_SPEC>>
Trait Implementations
sourceimpl From<W<PRICTRL0_SPEC>> for W
impl From<W<PRICTRL0_SPEC>> for W
sourcefn from(writer: W<PRICTRL0_SPEC>) -> Self
fn from(writer: W<PRICTRL0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more