Struct atsamd_hal::clock::v2::xosc32k::Xosc32kToken
source · [−]pub struct Xosc32kToken(_);
Expand description
Singleton token that can be exchanged for Xosc32k
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 Xosc32k
clock is disabled at power-on reset. To use it, you must
first exchange the token for an actual clock with Xosc32k::enable
.
Auto Trait Implementations
impl RefUnwindSafe for Xosc32kToken
impl Send for Xosc32kToken
impl Sync for Xosc32kToken
impl Unpin for Xosc32kToken
impl UnwindSafe for Xosc32kToken
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