Struct esp32s3::rmt::ch_rx_conf1::R
source · pub struct R(_);
Expand description
Register CH%s_RX_CONF1
reader
Implementations§
source§impl 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.