Struct esp32c3_hal::pac::rmt::ch_tx_conf0::R
pub struct R(_);
Expand description
Register CH%s_TX_CONF0
reader
Implementations
impl R
impl R
pub fn tx_conti_mode(&self) -> BitReaderRaw<bool>
pub fn tx_conti_mode(&self) -> BitReaderRaw<bool>
Bit 3 - reg_tx_conti_mode_ch0.
pub fn mem_tx_wrap_en(&self) -> BitReaderRaw<bool>
pub fn mem_tx_wrap_en(&self) -> BitReaderRaw<bool>
Bit 4 - reg_mem_tx_wrap_en_ch0.
pub fn idle_out_lv(&self) -> BitReaderRaw<bool>
pub fn idle_out_lv(&self) -> BitReaderRaw<bool>
Bit 5 - reg_idle_out_lv_ch0.
pub fn idle_out_en(&self) -> BitReaderRaw<bool>
pub fn idle_out_en(&self) -> BitReaderRaw<bool>
Bit 6 - reg_idle_out_en_ch0.
pub fn carrier_eff_en(&self) -> BitReaderRaw<bool>
pub fn carrier_eff_en(&self) -> BitReaderRaw<bool>
Bit 20 - reg_carrier_eff_en_ch0.
pub fn carrier_en(&self) -> BitReaderRaw<bool>
pub fn carrier_en(&self) -> BitReaderRaw<bool>
Bit 21 - reg_carrier_en_ch0.
pub fn carrier_out_lv(&self) -> BitReaderRaw<bool>
pub fn carrier_out_lv(&self) -> BitReaderRaw<bool>
Bit 22 - reg_carrier_out_lv_ch0.
Methods from Deref<Target = R<CH_TX_CONF0_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_CONF0_SPEC>> for R
impl From<R<CH_TX_CONF0_SPEC>> for R
fn from(reader: R<CH_TX_CONF0_SPEC>) -> R
fn from(reader: R<CH_TX_CONF0_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