Struct esp32c3::rmt::ch_rx_conf0::W
source · pub struct W(_);Expand description
Register CH%s_RX_CONF0 writer
Implementations
sourceimpl W
impl W
sourcepub fn idle_thres(&mut self) -> IDLE_THRES_W<'_, 8>
pub fn idle_thres(&mut self) -> IDLE_THRES_W<'_, 8>
Bits 8:22 - reg_idle_thres_ch2.
sourcepub fn mem_size(&mut self) -> MEM_SIZE_W<'_, 23>
pub fn mem_size(&mut self) -> MEM_SIZE_W<'_, 23>
Bits 23:25 - reg_mem_size_ch2.
sourcepub fn carrier_en(&mut self) -> CARRIER_EN_W<'_, 28>
pub fn carrier_en(&mut self) -> CARRIER_EN_W<'_, 28>
Bit 28 - reg_carrier_en_ch2.
sourcepub fn carrier_out_lv(&mut self) -> CARRIER_OUT_LV_W<'_, 29>
pub fn carrier_out_lv(&mut self) -> CARRIER_OUT_LV_W<'_, 29>
Bit 29 - reg_carrier_out_lv_ch2.
Methods from Deref<Target = W<CH_RX_CONF0_SPEC>>
Trait Implementations
sourceimpl From<W<CH_RX_CONF0_SPEC>> for W
impl From<W<CH_RX_CONF0_SPEC>> for W
sourcefn from(writer: W<CH_RX_CONF0_SPEC>) -> Self
fn from(writer: W<CH_RX_CONF0_SPEC>) -> Self
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