Struct nrf52840_pac::PDM
source · pub struct PDM { /* private fields */ }
Expand description
Pulse Density Modulation (Digital Microphone) Interface
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PDM
impl RefUnwindSafe for PDM
impl !Sync for PDM
impl Unpin for PDM
impl UnwindSafe for PDM
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