pub struct W(_);
Expand description
Register CONF_CHAN
writer
Implementations§
source§impl W
impl W
sourcepub fn tx_chan_mod(&mut self) -> TX_CHAN_MOD_W<'_, 0>
pub fn tx_chan_mod(&mut self) -> TX_CHAN_MOD_W<'_, 0>
Bits 0:2 - I2S transmitter channel mode configuration bits.
sourcepub fn rx_chan_mod(&mut self) -> RX_CHAN_MOD_W<'_, 3>
pub fn rx_chan_mod(&mut self) -> RX_CHAN_MOD_W<'_, 3>
Bits 3:4 - I2S receiver channel mode configuration bits.
Methods from Deref<Target = W<CONF_CHAN_SPEC>>§
Trait Implementations§
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