Struct esp32s3_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_lim(&self) -> FieldReaderRaw<u16, u16>
pub fn tx_lim(&self) -> FieldReaderRaw<u16, u16>
Bits 0:8 - This register is used to configure the maximum entries that CHANNEL%s can send out.
pub fn tx_loop_num(&self) -> FieldReaderRaw<u16, u16>
pub fn tx_loop_num(&self) -> FieldReaderRaw<u16, u16>
Bits 9:18 - This register is used to configure the maximum loop count when tx_conti_mode is valid.
pub fn tx_loop_cnt_en(&self) -> BitReaderRaw<bool>
pub fn tx_loop_cnt_en(&self) -> BitReaderRaw<bool>
Bit 19 - This register is the enabled bit for loop count.
pub fn loop_stop_en(&self) -> BitReaderRaw<bool>
pub fn loop_stop_en(&self) -> BitReaderRaw<bool>
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 = 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.