pub struct W(_);
Expand description
Register PVR[%s]
writer
Implementations
sourceimpl W
impl W
sourcepub fn sdclkfsel(&mut self) -> SDCLKFSEL_W<'_>
pub fn sdclkfsel(&mut self) -> SDCLKFSEL_W<'_>
Bits 0:9 - SDCLK Frequency Select Value for Initialization
sourcepub fn clkgsel(&mut self) -> CLKGSEL_W<'_>
pub fn clkgsel(&mut self) -> CLKGSEL_W<'_>
Bit 10 - Clock Generator Select Value for Initialization
Methods from Deref<Target = W<PVR_SPEC>>
Trait Implementations
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