pub struct W(_);
Expand description
Register CH%s_TX_LIM
writer
Implementations§
source§impl W
impl W
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 - reg_rmt_tx_loop_num_ch0.
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 - reg_rmt_tx_loop_cnt_en_ch0.
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 - reg_loop_count_reset_ch0.
Methods from Deref<Target = W<CH_TX_LIM_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