pub struct W(/* private fields */);Expand description
Register CLKEN0 writer
Implementations§
Source§impl W
impl W
Sourcepub fn ldmaxbar(&mut self) -> LDMAXBAR_W<'_, 1>
pub fn ldmaxbar(&mut self) -> LDMAXBAR_W<'_, 1>
Bit 1 - Enable Bus Clock
Sourcepub fn letimer0(&mut self) -> LETIMER0_W<'_, 12>
pub fn letimer0(&mut self) -> LETIMER0_W<'_, 12>
Bit 12 - Enable Bus Clock
Methods from Deref<Target = W<CLKEN0_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