Struct atsamd_hal::clock::v2::osculp32k::OscUlp1kToken
source · [−]pub struct OscUlp1kToken(_);
Expand description
Singleton token that can be exchanged for OscUlp1k
As explained in the clock
module documentation, instances of
various Token
types can be exchanged for actual clock types. They
typically represent clocks that are disabled at power-on reset.
The OscUlp1k
clock is disabled at power-on reset. To use it, you must
first exchange the token for an actual clock with OscUlp1k::enable
.
Auto Trait Implementations
impl RefUnwindSafe for OscUlp1kToken
impl Send for OscUlp1kToken
impl Sync for OscUlp1kToken
impl Unpin for OscUlp1kToken
impl UnwindSafe for OscUlp1kToken
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