Struct esp32s3_hal::pac::dma::extmem_reject_st::R
pub struct R(_);
Expand description
Register EXTMEM_REJECT_ST
reader
Implementations§
§impl R
impl R
pub fn extmem_reject_atrr(&self) -> FieldReaderRaw<u8, u8>
pub fn extmem_reject_atrr(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - The reject accessing. Bit 0: if this bit is 1, the rejected accessing is READ. Bit 1: if this bit is 1, the rejected accessing is WRITE.
pub fn extmem_reject_channel_num(&self) -> FieldReaderRaw<u8, u8>
pub fn extmem_reject_channel_num(&self) -> FieldReaderRaw<u8, u8>
Bits 2:5 - The register indicate the reject accessing from which channel.
pub fn extmem_reject_peri_num(&self) -> FieldReaderRaw<u8, u8>
pub fn extmem_reject_peri_num(&self) -> FieldReaderRaw<u8, u8>
Bits 6:11 - This register indicate reject accessing from which peripheral.
Methods from Deref<Target = R<EXTMEM_REJECT_ST_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<EXTMEM_REJECT_ST_SPEC>> for R
impl From<R<EXTMEM_REJECT_ST_SPEC>> for R
§fn from(reader: R<EXTMEM_REJECT_ST_SPEC>) -> R
fn from(reader: R<EXTMEM_REJECT_ST_SPEC>) -> R
Converts to this type from the input type.