pub struct Pdm { /* private fields */ }
Expand description
Pulse Density Modulation (Digital Microphone) Interface
Implementations§
Source§impl Pdm
impl Pdm
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn tasks_start(self) -> Reg<u32, W>
pub const fn tasks_start(self) -> Reg<u32, W>
Starts continuous PDM transfer
Sourcepub const fn tasks_stop(self) -> Reg<u32, W>
pub const fn tasks_stop(self) -> Reg<u32, W>
Stops PDM transfer
Sourcepub const fn events_started(self) -> Reg<u32, RW>
pub const fn events_started(self) -> Reg<u32, RW>
PDM transfer has started
Sourcepub const fn events_stopped(self) -> Reg<u32, RW>
pub const fn events_stopped(self) -> Reg<u32, RW>
PDM transfer has finished
Sourcepub const fn events_end(self) -> Reg<u32, RW>
pub const fn events_end(self) -> Reg<u32, RW>
The PDM has written the last sample specified by SAMPLE.MAXCNT (or the last sample after a STOP task has been received) to Data RAM
Sourcepub const fn pdmclkctrl(self) -> Reg<Pdmclkctrl, RW>
pub const fn pdmclkctrl(self) -> Reg<Pdmclkctrl, RW>
PDM clock generator control
Sourcepub const fn mode(self) -> Reg<Mode, RW>
pub const fn mode(self) -> Reg<Mode, RW>
Defines the routing of the connected PDM microphones’ signals
Trait Implementations§
impl Copy for Pdm
impl Eq for Pdm
impl Send for Pdm
impl StructuralPartialEq for Pdm
impl Sync for Pdm
Auto Trait Implementations§
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
)