pub struct TICKON_W<'a> { /* private fields */ }Expand description
Field TICKON writer - Pin Sampler frequency selection
Implementations
sourceimpl<'a> TICKON_W<'a>
 
impl<'a> TICKON_W<'a>
sourcepub fn clk_gclk_eic(self) -> &'a mut W
 
pub fn clk_gclk_eic(self) -> &'a mut W
Clocked by GCLK
Auto Trait Implementations
impl<'a> RefUnwindSafe for TICKON_W<'a>
impl<'a> Send for TICKON_W<'a>
impl<'a> Sync for TICKON_W<'a>
impl<'a> Unpin for TICKON_W<'a>
impl<'a> !UnwindSafe for TICKON_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