Struct esp32s3::rmt::ch_rx_conf1::R
source · pub struct R(_);
Expand description
Register CH%s_RX_CONF1
reader
Implementations
sourceimpl R
impl R
sourcepub fn rx_en(&self) -> RX_EN_R
pub fn rx_en(&self) -> RX_EN_R
Bit 0 - Set this bit to enable receiver to receive data on CHANNEL%s.
sourcepub fn mem_owner(&self) -> MEM_OWNER_R
pub fn mem_owner(&self) -> MEM_OWNER_R
Bit 3 - This register marks the ownership of CHANNEL%s’s ram block. 1’h1: Receiver is using the ram. 1’h0: APB bus is using the ram.
sourcepub fn rx_filter_en(&self) -> RX_FILTER_EN_R
pub fn rx_filter_en(&self) -> RX_FILTER_EN_R
Bit 4 - This is the receive filter’s enable bit for CHANNEL%s.
sourcepub fn rx_filter_thres(&self) -> RX_FILTER_THRES_R
pub fn rx_filter_thres(&self) -> RX_FILTER_THRES_R
Bits 5:12 - Ignores the input pulse when its width is smaller than this register value in APB clock periods (in receive mode).
sourcepub fn mem_rx_wrap_en(&self) -> MEM_RX_WRAP_EN_R
pub fn mem_rx_wrap_en(&self) -> MEM_RX_WRAP_EN_R
Bit 13 - This is the channel %s enable bit for wraparound mode: it will resume receiving at the start when the data to be received is more than its memory size.
Methods from Deref<Target = R<CH_RX_CONF1_SPEC>>
Trait Implementations
sourceimpl From<R<CH_RX_CONF1_SPEC>> for R
impl From<R<CH_RX_CONF1_SPEC>> for R
sourcefn from(reader: R<CH_RX_CONF1_SPEC>) -> Self
fn from(reader: R<CH_RX_CONF1_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