#[repr(u8)]pub enum SoftcyclesDisable {
S2 = 0,
S8 = 1,
S32 = 2,
S64 = 3,
S128 = 4,
S256 = 5,
S512 = 6,
CUSTOM = 7,
}Variants§
S2 = 0
2 filter source clock cycles
S8 = 1
8 filter source clock cycles
S32 = 2
32 filter source clock cycles
S64 = 3
64 filter source clock cycles
S128 = 4
128 filter source clock cycles
S256 = 5
256 filter source clock cycles
S512 = 6
512 filter source clock cycles
CUSTOM = 7
The number of cycles can be set using FILTER.CTRL[17:14] bits
Implementations§
Trait Implementations§
Source§impl Clone for SoftcyclesDisable
impl Clone for SoftcyclesDisable
Source§fn clone(&self) -> SoftcyclesDisable
fn clone(&self) -> SoftcyclesDisable
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SoftcyclesDisable
impl Debug for SoftcyclesDisable
Source§impl From<SoftcyclesDisable> for u8
impl From<SoftcyclesDisable> for u8
Source§fn from(val: SoftcyclesDisable) -> u8
fn from(val: SoftcyclesDisable) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SoftcyclesDisable
impl From<u8> for SoftcyclesDisable
Source§fn from(val: u8) -> SoftcyclesDisable
fn from(val: u8) -> SoftcyclesDisable
Converts to this type from the input type.
Source§impl Ord for SoftcyclesDisable
impl Ord for SoftcyclesDisable
Source§fn cmp(&self, other: &SoftcyclesDisable) -> Ordering
fn cmp(&self, other: &SoftcyclesDisable) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SoftcyclesDisable
impl PartialEq for SoftcyclesDisable
Source§impl PartialOrd for SoftcyclesDisable
impl PartialOrd for SoftcyclesDisable
impl Copy for SoftcyclesDisable
impl Eq for SoftcyclesDisable
impl StructuralPartialEq for SoftcyclesDisable
Auto Trait Implementations§
impl Freeze for SoftcyclesDisable
impl RefUnwindSafe for SoftcyclesDisable
impl Send for SoftcyclesDisable
impl Sync for SoftcyclesDisable
impl Unpin for SoftcyclesDisable
impl UnwindSafe for SoftcyclesDisable
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)