Enum atsamd_hal::clock::v2::xosc::CrystalMode
source · [−]pub enum CrystalMode {}
Expand description
Type-level variant of the Xosc
operating Mode
Represents the Xosc
configured to use an external 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