Struct atsamd_hal::clock::v2::osculp32k::OscUlp32kTokens    
source · [−]pub struct OscUlp32kTokens {
    pub osculp1k: OscUlp1kToken,
    pub osculp32k: OscUlp32kToken,
}Expand description
Set of tokens representing the disabled OSCULP32K clocks power-on reset
Fields
osculp1k: OscUlp1kTokenosculp32k: OscUlp32kTokenAuto Trait Implementations
impl RefUnwindSafe for OscUlp32kTokens
impl Send for OscUlp32kTokens
impl Sync for OscUlp32kTokens
impl Unpin for OscUlp32kTokens
impl UnwindSafe for OscUlp32kTokens
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