Struct esp32s3_hal::pac::dma::out_conf1_ch::R
pub struct R(_);
Expand description
Register OUT_CONF1_CH%s
reader
Implementations§
§impl R
impl R
pub fn out_check_owner(&self) -> BitReaderRaw<bool>
pub fn out_check_owner(&self) -> BitReaderRaw<bool>
Bit 12 - Set this bit to enable checking the owner attribute of the link descriptor.
pub fn out_ext_mem_bk_size(&self) -> FieldReaderRaw<u8, u8>
pub fn out_ext_mem_bk_size(&self) -> FieldReaderRaw<u8, u8>
Bits 13:14 - Block size of Tx channel 0 when DMA access external SRAM. 0: 16 bytes 1: 32 bytes 2/3:reserved
Methods from Deref<Target = R<OUT_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<OUT_CONF1_CH_SPEC>> for R
impl From<R<OUT_CONF1_CH_SPEC>> for R
§fn from(reader: R<OUT_CONF1_CH_SPEC>) -> R
fn from(reader: R<OUT_CONF1_CH_SPEC>) -> R
Converts to this type from the input type.