Enum Msirange
#[repr(u8)]pub enum Msirange {
RANGE0 = 0,
RANGE1 = 1,
RANGE2 = 2,
RANGE3 = 3,
RANGE4 = 4,
RANGE5 = 5,
RANGE6 = 6,
RANGE7 = 7,
}
Variants§
RANGE0 = 0
range 0 around 65.536 kHz
RANGE1 = 1
range 1 around 131.072 kHz
RANGE2 = 2
range 2 around 262.144 kHz
RANGE3 = 3
range 3 around 524.288 kHz
RANGE4 = 4
range 4 around 1.048 MHz
RANGE5 = 5
range 5 around 2.097 MHz (reset value)
RANGE6 = 6
range 6 around 4.194 MHz
RANGE7 = 7
not allowed
Implementations§
Trait Implementations§
§impl Ord for Msirange
impl Ord for Msirange
§impl PartialOrd for Msirange
impl PartialOrd for Msirange
impl Copy for Msirange
impl Eq for Msirange
impl StructuralPartialEq for Msirange
Auto Trait Implementations§
impl Freeze for Msirange
impl RefUnwindSafe for Msirange
impl Send for Msirange
impl Sync for Msirange
impl Unpin for Msirange
impl UnwindSafe for Msirange
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