pub struct Dmic { /* private fields */ }Expand description
LPC_Next0 DMIC Subsystem (DMIC))
Implementations§
Source§impl Dmic
impl Dmic
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn channel(self, n: usize) -> Channel
pub const fn channel(self, n: usize) -> Channel
Array of registers: DC_CTRL, DIVHFCLK, FIFO_CTRL, FIFO_DATA, FIFO_STATUS, GAINSHIFT, OSR, PHY_CTRL, PREAC2FSCOEF, PREAC4FSCOEF
Sourcepub const fn global_sync_en(self) -> Reg<GlobalSyncEn, RW>
pub const fn global_sync_en(self) -> Reg<GlobalSyncEn, RW>
global sync enable
Sourcepub const fn global_count_val(self) -> Reg<GlobalCountVal, RW>
pub const fn global_count_val(self) -> Reg<GlobalCountVal, RW>
no description available
Trait Implementations§
impl Copy for Dmic
impl Eq for Dmic
impl Send for Dmic
impl StructuralPartialEq for Dmic
impl Sync for Dmic
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