Enum Range
#[repr(u8)]pub enum Range {
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
System OSC Range Select
Value on reset: 1
Variants§
_01 = 1
1: Low frequency range selected for the crystal oscillator
_10 = 2
2: Medium frequency range selected for the crystal oscillator
_11 = 3
3: High frequency range selected for the crystal oscillator
Trait Implementations§
impl Copy for Range
impl Eq for Range
impl IsEnum for Range
impl StructuralPartialEq for Range
Auto Trait Implementations§
impl Freeze for Range
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
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