Struct esp32c3_hal::pac::rmt::ch_tx_lim::R
pub struct R(_);
Expand description
Register CH%s_TX_LIM
reader
Implementations
impl R
impl R
pub fn tx_loop_num(&self) -> FieldReaderRaw<u16, u16>
pub fn tx_loop_num(&self) -> FieldReaderRaw<u16, u16>
Bits 9:18 - reg_rmt_tx_loop_num_ch0.
pub fn tx_loop_cnt_en(&self) -> BitReaderRaw<bool>
pub fn tx_loop_cnt_en(&self) -> BitReaderRaw<bool>
Bit 19 - reg_rmt_tx_loop_cnt_en_ch0.
Methods from Deref<Target = R<CH_TX_LIM_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<CH_TX_LIM_SPEC>> for R
impl From<R<CH_TX_LIM_SPEC>> for R
fn from(reader: R<CH_TX_LIM_SPEC>) -> R
fn from(reader: R<CH_TX_LIM_SPEC>) -> R
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