pub struct W(/* private fields */);
Expand description
Register EXPORTCLKCTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn clkoutsel0(&mut self) -> CLKOUTSEL0_W<'_, 0>
pub fn clkoutsel0(&mut self) -> CLKOUTSEL0_W<'_, 0>
Bits 0:3 - Clock Output Select 0
Sourcepub fn clkoutsel1(&mut self) -> CLKOUTSEL1_W<'_, 8>
pub fn clkoutsel1(&mut self) -> CLKOUTSEL1_W<'_, 8>
Bits 8:11 - Clock Output Select 1
Sourcepub fn clkoutsel2(&mut self) -> CLKOUTSEL2_W<'_, 16>
pub fn clkoutsel2(&mut self) -> CLKOUTSEL2_W<'_, 16>
Bits 16:19 - Clock Output Select 2
Methods from Deref<Target = W<EXPORTCLKCTRL_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