Struct esp32s3::i2s0::tx_tdm_ctrl::R
source · pub struct R(_);
Expand description
Register TX_TDM_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn tx_tdm_chan0_en(&self) -> TX_TDM_CHAN0_EN_R
pub fn tx_tdm_chan0_en(&self) -> TX_TDM_CHAN0_EN_R
Bit 0 - 1: Enable the valid data output of I2S TX TDM channel 0. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan1_en(&self) -> TX_TDM_CHAN1_EN_R
pub fn tx_tdm_chan1_en(&self) -> TX_TDM_CHAN1_EN_R
Bit 1 - 1: Enable the valid data output of I2S TX TDM channel 1. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan2_en(&self) -> TX_TDM_CHAN2_EN_R
pub fn tx_tdm_chan2_en(&self) -> TX_TDM_CHAN2_EN_R
Bit 2 - 1: Enable the valid data output of I2S TX TDM channel 2. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan3_en(&self) -> TX_TDM_CHAN3_EN_R
pub fn tx_tdm_chan3_en(&self) -> TX_TDM_CHAN3_EN_R
Bit 3 - 1: Enable the valid data output of I2S TX TDM channel 3. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan4_en(&self) -> TX_TDM_CHAN4_EN_R
pub fn tx_tdm_chan4_en(&self) -> TX_TDM_CHAN4_EN_R
Bit 4 - 1: Enable the valid data output of I2S TX TDM channel 4. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan5_en(&self) -> TX_TDM_CHAN5_EN_R
pub fn tx_tdm_chan5_en(&self) -> TX_TDM_CHAN5_EN_R
Bit 5 - 1: Enable the valid data output of I2S TX TDM channel 5. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan6_en(&self) -> TX_TDM_CHAN6_EN_R
pub fn tx_tdm_chan6_en(&self) -> TX_TDM_CHAN6_EN_R
Bit 6 - 1: Enable the valid data output of I2S TX TDM channel 6. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan7_en(&self) -> TX_TDM_CHAN7_EN_R
pub fn tx_tdm_chan7_en(&self) -> TX_TDM_CHAN7_EN_R
Bit 7 - 1: Enable the valid data output of I2S TX TDM channel 7. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan8_en(&self) -> TX_TDM_CHAN8_EN_R
pub fn tx_tdm_chan8_en(&self) -> TX_TDM_CHAN8_EN_R
Bit 8 - 1: Enable the valid data output of I2S TX TDM channel 8. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan9_en(&self) -> TX_TDM_CHAN9_EN_R
pub fn tx_tdm_chan9_en(&self) -> TX_TDM_CHAN9_EN_R
Bit 9 - 1: Enable the valid data output of I2S TX TDM channel 9. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan10_en(&self) -> TX_TDM_CHAN10_EN_R
pub fn tx_tdm_chan10_en(&self) -> TX_TDM_CHAN10_EN_R
Bit 10 - 1: Enable the valid data output of I2S TX TDM channel 10. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan11_en(&self) -> TX_TDM_CHAN11_EN_R
pub fn tx_tdm_chan11_en(&self) -> TX_TDM_CHAN11_EN_R
Bit 11 - 1: Enable the valid data output of I2S TX TDM channel 11. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan12_en(&self) -> TX_TDM_CHAN12_EN_R
pub fn tx_tdm_chan12_en(&self) -> TX_TDM_CHAN12_EN_R
Bit 12 - 1: Enable the valid data output of I2S TX TDM channel 12. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan13_en(&self) -> TX_TDM_CHAN13_EN_R
pub fn tx_tdm_chan13_en(&self) -> TX_TDM_CHAN13_EN_R
Bit 13 - 1: Enable the valid data output of I2S TX TDM channel 13. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan14_en(&self) -> TX_TDM_CHAN14_EN_R
pub fn tx_tdm_chan14_en(&self) -> TX_TDM_CHAN14_EN_R
Bit 14 - 1: Enable the valid data output of I2S TX TDM channel 14. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_chan15_en(&self) -> TX_TDM_CHAN15_EN_R
pub fn tx_tdm_chan15_en(&self) -> TX_TDM_CHAN15_EN_R
Bit 15 - 1: Enable the valid data output of I2S TX TDM channel 15. 0: Disable, just output 0 in this channel.
sourcepub fn tx_tdm_tot_chan_num(&self) -> TX_TDM_TOT_CHAN_NUM_R
pub fn tx_tdm_tot_chan_num(&self) -> TX_TDM_TOT_CHAN_NUM_R
Bits 16:19 - The total channel number of I2S TX TDM mode.
sourcepub fn tx_tdm_skip_msk_en(&self) -> TX_TDM_SKIP_MSK_EN_R
pub fn tx_tdm_skip_msk_en(&self) -> TX_TDM_SKIP_MSK_EN_R
Bit 20 - When DMA TX buffer stores the data of (REG_TX_TDM_TOT_CHAN_NUM + 1) channels, and only the data of the enabled channels is sent, then this bit should be set. Clear it when all the data stored in DMA TX buffer is for enabled channels.