pub struct Filter { /* private fields */ }Expand description
Unspecified
Implementations§
Source§impl Filter
impl Filter
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn softcycles(self) -> Reg<Softcycles, RW>
pub const fn softcycles(self) -> Reg<Softcycles, RW>
Soft mute settings
Sourcepub const fn sampledelay(self) -> Reg<Sampledelay, RW>
pub const fn sampledelay(self) -> Reg<Sampledelay, RW>
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
Trait Implementations§
impl Copy for Filter
impl Eq for Filter
impl Send for Filter
impl StructuralPartialEq for Filter
impl Sync for Filter
Auto Trait Implementations§
impl Freeze for Filter
impl RefUnwindSafe for Filter
impl Unpin for Filter
impl UnwindSafe for Filter
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)