pub struct R(_);
Expand description
Register OUT_CONF0_CH1
reader
Implementations
sourceimpl R
impl R
sourcepub fn out_rst_ch1(&self) -> OUT_RST_CH1_R
pub fn out_rst_ch1(&self) -> OUT_RST_CH1_R
Bit 0 - This bit is used to reset DMA channel 1 Tx FSM and Tx FIFO pointer.
sourcepub fn out_loop_test_ch1(&self) -> OUT_LOOP_TEST_CH1_R
pub fn out_loop_test_ch1(&self) -> OUT_LOOP_TEST_CH1_R
Bit 1 - reserved
sourcepub fn out_auto_wrback_ch1(&self) -> OUT_AUTO_WRBACK_CH1_R
pub fn out_auto_wrback_ch1(&self) -> OUT_AUTO_WRBACK_CH1_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_ch1(&self) -> OUT_EOF_MODE_CH1_R
pub fn out_eof_mode_ch1(&self) -> OUT_EOF_MODE_CH1_R
Bit 3 - EOF flag generation mode when transmitting data. 1: EOF flag for Tx channel 1 is generated when data need to transmit has been popped from FIFO in DMA
sourcepub fn outdscr_burst_en_ch1(&self) -> OUTDSCR_BURST_EN_CH1_R
pub fn outdscr_burst_en_ch1(&self) -> OUTDSCR_BURST_EN_CH1_R
Bit 4 - Set this bit to 1 to enable INCR burst transfer for Tx channel 1 reading link descriptor when accessing internal SRAM.
sourcepub fn out_data_burst_en_ch1(&self) -> OUT_DATA_BURST_EN_CH1_R
pub fn out_data_burst_en_ch1(&self) -> OUT_DATA_BURST_EN_CH1_R
Bit 5 - Set this bit to 1 to enable INCR burst transfer for Tx channel 1 transmitting data when accessing internal SRAM.
Methods from Deref<Target = R<OUT_CONF0_CH1_SPEC>>
Trait Implementations
sourceimpl From<R<OUT_CONF0_CH1_SPEC>> for R
impl From<R<OUT_CONF0_CH1_SPEC>> for R
sourcefn from(reader: R<OUT_CONF0_CH1_SPEC>) -> Self
fn from(reader: R<OUT_CONF0_CH1_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