pub struct DFSDM { /* private fields */ }
Expand description
Digital filter for sigma delta modulators
Implementations§
Trait Implementations§
Source§impl Deref for DFSDM
impl Deref for DFSDM
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for DFSDM
Auto Trait Implementations§
impl Freeze for DFSDM
impl RefUnwindSafe for DFSDM
impl !Sync for DFSDM
impl Unpin for DFSDM
impl UnwindSafe for DFSDM
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