pub struct W(/* private fields */);
Expand description
Register CFG0
writer
Implementations§
Source§impl W
impl W
Sourcepub fn dataformat(&mut self) -> DATAFORMAT_W<'_>
pub fn dataformat(&mut self) -> DATAFORMAT_W<'_>
Bits 8:10 - Filter output format
Sourcepub fn stereomodech01(&mut self) -> STEREOMODECH01_W<'_>
pub fn stereomodech01(&mut self) -> STEREOMODECH01_W<'_>
Bit 16 - Stereo mode CH01
Sourcepub fn stereomodech23(&mut self) -> STEREOMODECH23_W<'_>
pub fn stereomodech23(&mut self) -> STEREOMODECH23_W<'_>
Bit 17 - Stereo mode CH23
Sourcepub fn ch0clkpol(&mut self) -> CH0CLKPOL_W<'_>
pub fn ch0clkpol(&mut self) -> CH0CLKPOL_W<'_>
Bit 24 - CH0 CLK Polarity
Sourcepub fn ch1clkpol(&mut self) -> CH1CLKPOL_W<'_>
pub fn ch1clkpol(&mut self) -> CH1CLKPOL_W<'_>
Bit 25 - CH1 CLK Polarity
Sourcepub fn ch2clkpol(&mut self) -> CH2CLKPOL_W<'_>
pub fn ch2clkpol(&mut self) -> CH2CLKPOL_W<'_>
Bit 26 - CH2 CLK Polarity
Sourcepub fn ch3clkpol(&mut self) -> CH3CLKPOL_W<'_>
pub fn ch3clkpol(&mut self) -> CH3CLKPOL_W<'_>
Bit 27 - CH3 CLK Polarity
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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