pub struct Channel { /* private fields */ }Expand description
Array of registers: DC_CTRL, DIVHFCLK, FIFO_CTRL, FIFO_DATA, FIFO_STATUS, GAINSHIFT, OSR, PHY_CTRL, PREAC2FSCOEF, PREAC4FSCOEF
Implementations§
Source§impl Channel
impl Channel
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn divhfclk(self) -> Reg<Divhfclk, RW>
pub const fn divhfclk(self) -> Reg<Divhfclk, RW>
Divider for generating PDM clock from DMIC clock input
Sourcepub const fn preac2fscoef(self) -> Reg<Preac2fscoef, RW>
pub const fn preac2fscoef(self) -> Reg<Preac2fscoef, RW>
Compensation filter for 2FS
Sourcepub const fn preac4fscoef(self) -> Reg<Preac4fscoef, RW>
pub const fn preac4fscoef(self) -> Reg<Preac4fscoef, RW>
Compensation filter for 4FS
Sourcepub const fn fifo_status(self) -> Reg<FifoStatus, RW>
pub const fn fifo_status(self) -> Reg<FifoStatus, RW>
FIFO Status
Trait Implementations§
impl Copy for Channel
impl Eq for Channel
impl Send for Channel
impl StructuralPartialEq for Channel
impl Sync for Channel
Auto Trait Implementations§
impl Freeze for Channel
impl RefUnwindSafe for Channel
impl Unpin for Channel
impl UnwindSafe for Channel
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