pub struct R(/* private fields */);
Expand description
Register CFG0
reader
Implementations§
Source§impl R
impl R
Sourcepub fn dataformat(&self) -> DATAFORMAT_R
pub fn dataformat(&self) -> DATAFORMAT_R
Bits 8:10 - Filter output format
Sourcepub fn stereomodech01(&self) -> STEREOMODECH01_R
pub fn stereomodech01(&self) -> STEREOMODECH01_R
Bit 16 - Stereo mode CH01
Sourcepub fn stereomodech23(&self) -> STEREOMODECH23_R
pub fn stereomodech23(&self) -> STEREOMODECH23_R
Bit 17 - Stereo mode CH23
Sourcepub fn ch0clkpol(&self) -> CH0CLKPOL_R
pub fn ch0clkpol(&self) -> CH0CLKPOL_R
Bit 24 - CH0 CLK Polarity
Sourcepub fn ch1clkpol(&self) -> CH1CLKPOL_R
pub fn ch1clkpol(&self) -> CH1CLKPOL_R
Bit 25 - CH1 CLK Polarity
Sourcepub fn ch2clkpol(&self) -> CH2CLKPOL_R
pub fn ch2clkpol(&self) -> CH2CLKPOL_R
Bit 26 - CH2 CLK Polarity
Sourcepub fn ch3clkpol(&self) -> CH3CLKPOL_R
pub fn ch3clkpol(&self) -> CH3CLKPOL_R
Bit 27 - CH3 CLK Polarity
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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