pub struct R(_);
Expand description
Register OUT_CONF0_CH2
reader
Implementations
sourceimpl R
impl R
sourcepub fn out_rst_ch2(&self) -> OUT_RST_CH2_R
pub fn out_rst_ch2(&self) -> OUT_RST_CH2_R
Bit 0 - This bit is used to reset DMA channel 2 Tx FSM and Tx FIFO pointer.
sourcepub fn out_loop_test_ch2(&self) -> OUT_LOOP_TEST_CH2_R
pub fn out_loop_test_ch2(&self) -> OUT_LOOP_TEST_CH2_R
Bit 1 - reserved
sourcepub fn out_auto_wrback_ch2(&self) -> OUT_AUTO_WRBACK_CH2_R
pub fn out_auto_wrback_ch2(&self) -> OUT_AUTO_WRBACK_CH2_R
Bit 2 - Set this bit to enable automatic outlink-writeback when all the data in tx buffer has been transmitted.
sourcepub fn out_eof_mode_ch2(&self) -> OUT_EOF_MODE_CH2_R
pub fn out_eof_mode_ch2(&self) -> OUT_EOF_MODE_CH2_R
Bit 3 - EOF flag generation mode when transmitting data. 1: EOF flag for Tx channel 2 is generated when data need to transmit has been popped from FIFO in DMA
sourcepub fn outdscr_burst_en_ch2(&self) -> OUTDSCR_BURST_EN_CH2_R
pub fn outdscr_burst_en_ch2(&self) -> OUTDSCR_BURST_EN_CH2_R
Bit 4 - Set this bit to 1 to enable INCR burst transfer for Tx channel 2 reading link descriptor when accessing internal SRAM.
sourcepub fn out_data_burst_en_ch2(&self) -> OUT_DATA_BURST_EN_CH2_R
pub fn out_data_burst_en_ch2(&self) -> OUT_DATA_BURST_EN_CH2_R
Bit 5 - Set this bit to 1 to enable INCR burst transfer for Tx channel 2 transmitting data when accessing internal SRAM.
Methods from Deref<Target = R<OUT_CONF0_CH2_SPEC>>
Trait Implementations
sourceimpl From<R<OUT_CONF0_CH2_SPEC>> for R
impl From<R<OUT_CONF0_CH2_SPEC>> for R
sourcefn from(reader: R<OUT_CONF0_CH2_SPEC>) -> Self
fn from(reader: R<OUT_CONF0_CH2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more