Enum MSIRange
#[repr(u8)]pub enum MSIRange {
RANGE66K = 0,
RANGE131K = 1,
RANGE262K = 2,
RANGE524K = 3,
RANGE1M = 4,
RANGE2M = 5,
RANGE4M = 6,
_RESERVED_7 = 7,
}
Variants§
RANGE66K = 0
range 0 around 65.536 kHz
RANGE131K = 1
range 1 around 131.072 kHz
RANGE262K = 2
range 2 around 262.144 kHz
RANGE524K = 3
range 3 around 524.288 kHz
RANGE1M = 4
range 4 around 1.048 MHz
RANGE2M = 5
range 5 around 2.097 MHz (reset value)
RANGE4M = 6
range 6 around 4.194 MHz
_RESERVED_7 = 7
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)