#[repr(transparent)]pub struct Sampledelay(pub u32);Expand description
Input Data Sampling with Number of ckFilterL (double frequency of PDM_CLK) Clock Cycle Delay. Optionally,input sample point can be delayed independently on left and right channels using FILTER:CTRL[20:19] bits
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Sampledelay
impl Clone for Sampledelay
Source§fn clone(&self) -> Sampledelay
fn clone(&self) -> Sampledelay
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 Sampledelay
impl Debug for Sampledelay
Source§impl Default for Sampledelay
impl Default for Sampledelay
Source§fn default() -> Sampledelay
fn default() -> Sampledelay
Returns the “default value” for a type. Read more
Source§impl PartialEq for Sampledelay
impl PartialEq for Sampledelay
impl Copy for Sampledelay
impl Eq for Sampledelay
impl StructuralPartialEq for Sampledelay
Auto Trait Implementations§
impl Freeze for Sampledelay
impl RefUnwindSafe for Sampledelay
impl Send for Sampledelay
impl Sync for Sampledelay
impl Unpin for Sampledelay
impl UnwindSafe for Sampledelay
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)