Struct esp32_hal::pac::dport::mem_access_dbug0::R
pub struct R(_);
Expand description
Register MEM_ACCESS_DBUG0
reader
Implementations§
§impl R
impl R
pub fn pro_rom_mpu_ad(&self) -> BitReaderRaw<bool>
pub fn pro_rom_mpu_ad(&self) -> BitReaderRaw<bool>
Bit 0
pub fn pro_rom_ia(&self) -> BitReaderRaw<bool>
pub fn pro_rom_ia(&self) -> BitReaderRaw<bool>
Bit 1
pub fn app_rom_mpu_ad(&self) -> BitReaderRaw<bool>
pub fn app_rom_mpu_ad(&self) -> BitReaderRaw<bool>
Bit 2
pub fn app_rom_ia(&self) -> BitReaderRaw<bool>
pub fn app_rom_ia(&self) -> BitReaderRaw<bool>
Bit 3
Bits 4:5
Bits 6:9
pub fn internal_sram_mmu_ad(&self) -> FieldReaderRaw<u8, u8>
pub fn internal_sram_mmu_ad(&self) -> FieldReaderRaw<u8, u8>
Bits 10:13
pub fn internal_sram_ia(&self) -> FieldReaderRaw<u16, u16>
pub fn internal_sram_ia(&self) -> FieldReaderRaw<u16, u16>
Bits 14:25
pub fn internal_sram_mmu_multi_hit(&self) -> FieldReaderRaw<u8, u8>
pub fn internal_sram_mmu_multi_hit(&self) -> FieldReaderRaw<u8, u8>
Bits 26:29
Methods from Deref<Target = R<MEM_ACCESS_DBUG0_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<MEM_ACCESS_DBUG0_SPEC>> for R
impl From<R<MEM_ACCESS_DBUG0_SPEC>> for R
§fn from(reader: R<MEM_ACCESS_DBUG0_SPEC>) -> R
fn from(reader: R<MEM_ACCESS_DBUG0_SPEC>) -> R
Converts to this type from the input type.