pub struct R(_);
Expand description
Register I2S_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn i2s_clk_en(&self) -> I2S_CLK_EN_R
pub fn i2s_clk_en(&self) -> I2S_CLK_EN_R
Bit 0 - Set 1 to enable i2s apb clock
sourcepub fn i2s_rst_en(&self) -> I2S_RST_EN_R
pub fn i2s_rst_en(&self) -> I2S_RST_EN_R
Bit 1 - Set 0 to reset i2s module
sourcepub fn i2s_rx_ready(&self) -> I2S_RX_READY_R
pub fn i2s_rx_ready(&self) -> I2S_RX_READY_R
Bit 2 - Query this field before using i2s rx function, after reset i2s module
sourcepub fn i2s_tx_ready(&self) -> I2S_TX_READY_R
pub fn i2s_tx_ready(&self) -> I2S_TX_READY_R
Bit 3 - Query this field before using i2s tx function, after reset i2s module
Methods from Deref<Target = R<I2S_CONF_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