pub enum LfclkSource {
InternalRC,
ExternalXtal,
}
Expand description
Low frequency clock source
Variants§
Auto Trait Implementations§
impl Freeze for LfclkSource
impl RefUnwindSafe for LfclkSource
impl Send for LfclkSource
impl Sync for LfclkSource
impl Unpin for LfclkSource
impl UnwindSafe for LfclkSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more