Struct DfsdmSuperset
pub struct DfsdmSuperset { /* private fields */ }Expand description
Digital filter for sigma delta modulators.
Implementations§
§impl DfsdmSuperset
impl DfsdmSuperset
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn ch(self, n: usize) -> ChDly
pub const fn ch(self, n: usize) -> ChDly
Cluster CH%s, containing CH?CFGR1, CH?CFGR2, CH?AWSCDR, CH?WDATR, CH?DATINR, CH?DLYR.
Trait Implementations§
§impl Clone for DfsdmSuperset
impl Clone for DfsdmSuperset
§fn clone(&self) -> DfsdmSuperset
fn clone(&self) -> DfsdmSuperset
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DfsdmSuperset
impl Eq for DfsdmSuperset
§impl PartialEq for DfsdmSuperset
impl PartialEq for DfsdmSuperset
impl Send for DfsdmSuperset
impl StructuralPartialEq for DfsdmSuperset
impl Sync for DfsdmSuperset
Auto Trait Implementations§
impl Freeze for DfsdmSuperset
impl RefUnwindSafe for DfsdmSuperset
impl Unpin for DfsdmSuperset
impl UnsafeUnpin for DfsdmSuperset
impl UnwindSafe for DfsdmSuperset
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