#[repr(u8)]pub enum Trimsrc {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
SOSC = 2,
_RESERVED_3 = 3,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
SOSC = 2
SOSC. This option requires that SOSC be divided using the TRIMDIV field to get a frequency of 1 MHz.
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Trimsrc
impl Ord for Trimsrc
Source§impl PartialOrd for Trimsrc
impl PartialOrd for Trimsrc
impl Copy for Trimsrc
impl Eq for Trimsrc
impl StructuralPartialEq for Trimsrc
Auto Trait Implementations§
impl Freeze for Trimsrc
impl RefUnwindSafe for Trimsrc
impl Send for Trimsrc
impl Sync for Trimsrc
impl Unpin for Trimsrc
impl UnwindSafe for Trimsrc
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