pub struct PDM_S { /* private fields */ }Expand description
Pulse Density Modulation (Digital Microphone) Interface 1
Implementations§
Trait Implementations§
Source§impl Deref for PDM_S
impl Deref for PDM_S
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 PDM_S
Auto Trait Implementations§
impl Freeze for PDM_S
impl RefUnwindSafe for PDM_S
impl !Sync for PDM_S
impl Unpin for PDM_S
impl UnwindSafe for PDM_S
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