pub struct CKSEL_W<'a> { /* private fields */ }Expand description
Field CKSEL writer - Clock Selection
Implementations
sourceimpl<'a> CKSEL_W<'a>
 
impl<'a> CKSEL_W<'a>
sourcepub fn clk_ulp32k(self) -> &'a mut W
 
pub fn clk_ulp32k(self) -> &'a mut W
Clocked by ULP32K
Auto Trait Implementations
impl<'a> RefUnwindSafe for CKSEL_W<'a>
impl<'a> Send for CKSEL_W<'a>
impl<'a> Sync for CKSEL_W<'a>
impl<'a> Unpin for CKSEL_W<'a>
impl<'a> !UnwindSafe for CKSEL_W<'a>
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