Enum Lsedrv
#[repr(u8)]pub enum Lsedrv {
LOWEST = 0,
MEDIUMLOW = 1,
MEDIUMHIGH = 2,
HIGHEST = 3,
}
Variants§
LOWEST = 0
Lowest LSE oscillator driving capability
MEDIUMLOW = 1
Medium low LSE oscillator driving capability
MEDIUMHIGH = 2
Medium high LSE oscillator driving capability
HIGHEST = 3
Highest LSE oscillator driving capability
Implementations§
Trait Implementations§
§impl Ord for Lsedrv
impl Ord for Lsedrv
§impl PartialOrd for Lsedrv
impl PartialOrd for Lsedrv
impl Copy for Lsedrv
impl Eq for Lsedrv
impl StructuralPartialEq for Lsedrv
Auto Trait Implementations§
impl Freeze for Lsedrv
impl RefUnwindSafe for Lsedrv
impl Send for Lsedrv
impl Sync for Lsedrv
impl Unpin for Lsedrv
impl UnwindSafe for Lsedrv
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