pub struct R(_);Expand description
Register CH%s_TX_LIM reader
Implementations§
source§impl R
impl R
sourcepub fn tx_loop_num(&self) -> TX_LOOP_NUM_R
pub fn tx_loop_num(&self) -> TX_LOOP_NUM_R
Bits 9:18 - reg_rmt_tx_loop_num_ch0.
sourcepub fn tx_loop_cnt_en(&self) -> TX_LOOP_CNT_EN_R
pub fn tx_loop_cnt_en(&self) -> TX_LOOP_CNT_EN_R
Bit 19 - reg_rmt_tx_loop_cnt_en_ch0.
Methods from Deref<Target = R<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