Enum atsamd_hal::clock::v2::xosc32k::CrystalMode
source · [−]pub enum CrystalMode {}
Expand description
Type-level variant of the XOSC32K operating Mode
In this Mode
, the XOSC32K clock will be sourced from a crystal oscillator.
See the documentation on type-level programming and specifically type-level enums for more details.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CrystalMode
impl Send for CrystalMode
impl Sync for CrystalMode
impl Unpin for CrystalMode
impl UnwindSafe for CrystalMode
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