#[repr(u8)]pub enum Ratio {
RATIO48 = 0,
RATIO50 = 1,
RATIO64 = 2,
RATIO80 = 3,
RATIO96 = 4,
RATIO150 = 5,
RATIO192 = 6,
CUSTOM = 7,
}Variants§
RATIO48 = 0
Ratio of 48
RATIO50 = 1
Ratio of 50
RATIO64 = 2
Ratio of 64
RATIO80 = 3
Ratio of 80
RATIO96 = 4
Ratio of 96
RATIO150 = 5
Ratio of 150
RATIO192 = 6
Ratio of 192
CUSTOM = 7
Custom. The decimation rate can be changed using the FILTER.CTRL[31:25] bits
Implementations§
Trait Implementations§
Source§impl Ord for Ratio
impl Ord for Ratio
Source§impl PartialOrd for Ratio
impl PartialOrd for Ratio
impl Copy for Ratio
impl Eq for Ratio
impl StructuralPartialEq for Ratio
Auto Trait Implementations§
impl Freeze for Ratio
impl RefUnwindSafe for Ratio
impl Send for Ratio
impl Sync for Ratio
impl Unpin for Ratio
impl UnwindSafe for Ratio
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)