pub struct W(_);
Expand description
Register CH%s_TX_LIM
writer
Implementations
sourceimpl W
impl W
sourcepub fn tx_lim(&mut self) -> TX_LIM_W<'_, 0>
pub fn tx_lim(&mut self) -> TX_LIM_W<'_, 0>
Bits 0:8 - This register is used to configure the maximum entries that CHANNEL%s can send out.
sourcepub fn tx_loop_num(&mut self) -> TX_LOOP_NUM_W<'_, 9>
pub fn tx_loop_num(&mut self) -> TX_LOOP_NUM_W<'_, 9>
Bits 9:18 - This register is used to configure the maximum loop count when tx_conti_mode is valid.
sourcepub fn tx_loop_cnt_en(&mut self) -> TX_LOOP_CNT_EN_W<'_, 19>
pub fn tx_loop_cnt_en(&mut self) -> TX_LOOP_CNT_EN_W<'_, 19>
Bit 19 - This register is the enabled bit for loop count.
sourcepub fn loop_count_reset(&mut self) -> LOOP_COUNT_RESET_W<'_, 20>
pub fn loop_count_reset(&mut self) -> LOOP_COUNT_RESET_W<'_, 20>
Bit 20 - This register is used to reset the loop count when tx_conti_mode is valid.
sourcepub fn loop_stop_en(&mut self) -> LOOP_STOP_EN_W<'_, 21>
pub fn loop_stop_en(&mut self) -> LOOP_STOP_EN_W<'_, 21>
Bit 21 - This bit is used to enable the loop send stop function after the loop counter counts to loop number for CHANNEL%s.
Methods from Deref<Target = W<CH_TX_LIM_SPEC>>
Trait Implementations
sourceimpl From<W<CH_TX_LIM_SPEC>> for W
impl From<W<CH_TX_LIM_SPEC>> for W
sourcefn from(writer: W<CH_TX_LIM_SPEC>) -> Self
fn from(writer: W<CH_TX_LIM_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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