pub struct W(/* private fields */);
Expand description
Register usb1_clk
writer
Implementations§
source§impl W
impl W
sourcepub fn clk12m_sel(&mut self) -> CLK12M_SEL_W<'_, 24>
pub fn clk12m_sel(&mut self) -> CLK12M_SEL_W<'_, 24>
Bits 24:25 - OHCI 12M Source Select
Methods from Deref<Target = W<USB1_CLK_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 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