Struct esp32s3_hal::pac::dma::in_conf1_ch::R
pub struct R(_);
Expand description
Register IN_CONF1_CH%s
reader
Implementations§
§impl R
impl R
pub fn dma_infifo_full_thrs(&self) -> FieldReaderRaw<u16, u16>
pub fn dma_infifo_full_thrs(&self) -> FieldReaderRaw<u16, u16>
Bits 0:11 - This register is used to generate the INFIFO_FULL_WM_INT interrupt when Rx channel 0 received byte number in Rx FIFO is up to the value of the register.
pub fn in_check_owner(&self) -> BitReaderRaw<bool>
pub fn in_check_owner(&self) -> BitReaderRaw<bool>
Bit 12 - Set this bit to enable checking the owner attribute of the link descriptor.
pub fn in_ext_mem_bk_size(&self) -> FieldReaderRaw<u8, u8>
pub fn in_ext_mem_bk_size(&self) -> FieldReaderRaw<u8, u8>
Bits 13:14 - Block size of Rx channel 0 when DMA access external SRAM. 0: 16 bytes 1: 32 bytes 2/3:reserved
Methods from Deref<Target = R<IN_CONF1_CH_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<IN_CONF1_CH_SPEC>> for R
impl From<R<IN_CONF1_CH_SPEC>> for R
§fn from(reader: R<IN_CONF1_CH_SPEC>) -> R
fn from(reader: R<IN_CONF1_CH_SPEC>) -> R
Converts to this type from the input type.