Struct ASSIST_DEBUG

Source
pub struct ASSIST_DEBUG { /* private fields */ }

Implementations§

Source§

impl ASSIST_DEBUG

Source

pub const PTR: *const <ASSIST_DEBUG as Deref>::Target = {0x600c2000 as *const <esp32c6::ASSIST_DEBUG as core::ops::Deref>::Target}

Pointer to the register block

Source

pub unsafe fn steal() -> ASSIST_DEBUG

Unsafely create an instance of this peripheral out of thin air.

§Safety

You must ensure that you’re only using one instance of this type at a time.

Source

pub const fn ptr() -> *const <ASSIST_DEBUG as Deref>::Target

Return the pointer to the register block

Methods from Deref<Target = RegisterBlock>§

Source

pub fn core_0_montr_ena(&self) -> &Reg<CORE_0_MONTR_ENA_SPEC>

0x00 - core0 monitor enable configuration register

Source

pub fn core_0_intr_raw(&self) -> &Reg<CORE_0_INTR_RAW_SPEC>

0x04 - core0 monitor interrupt status register

Source

pub fn core_0_intr_ena(&self) -> &Reg<CORE_0_INTR_ENA_SPEC>

0x08 - core0 monitor interrupt enable register

Source

pub fn core_0_intr_clr(&self) -> &Reg<CORE_0_INTR_CLR_SPEC>

0x0c - core0 monitor interrupt clr register

Source

pub fn core_0_area_dram0_0_min(&self) -> &Reg<CORE_0_AREA_DRAM0_0_MIN_SPEC>

0x10 - core0 dram0 region0 addr configuration register

Source

pub fn core_0_area_dram0_0_max(&self) -> &Reg<CORE_0_AREA_DRAM0_0_MAX_SPEC>

0x14 - core0 dram0 region0 addr configuration register

Source

pub fn core_0_area_dram0_1_min(&self) -> &Reg<CORE_0_AREA_DRAM0_1_MIN_SPEC>

0x18 - core0 dram0 region1 addr configuration register

Source

pub fn core_0_area_dram0_1_max(&self) -> &Reg<CORE_0_AREA_DRAM0_1_MAX_SPEC>

0x1c - core0 dram0 region1 addr configuration register

Source

pub fn core_0_area_pif_0_min(&self) -> &Reg<CORE_0_AREA_PIF_0_MIN_SPEC>

0x20 - core0 PIF region0 addr configuration register

Source

pub fn core_0_area_pif_0_max(&self) -> &Reg<CORE_0_AREA_PIF_0_MAX_SPEC>

0x24 - core0 PIF region0 addr configuration register

Source

pub fn core_0_area_pif_1_min(&self) -> &Reg<CORE_0_AREA_PIF_1_MIN_SPEC>

0x28 - core0 PIF region1 addr configuration register

Source

pub fn core_0_area_pif_1_max(&self) -> &Reg<CORE_0_AREA_PIF_1_MAX_SPEC>

0x2c - core0 PIF region1 addr configuration register

Source

pub fn core_0_area_pc(&self) -> &Reg<CORE_0_AREA_PC_SPEC>

0x30 - core0 area pc status register

Source

pub fn core_0_area_sp(&self) -> &Reg<CORE_0_AREA_SP_SPEC>

0x34 - core0 area sp status register

Source

pub fn core_0_sp_min(&self) -> &Reg<CORE_0_SP_MIN_SPEC>

0x38 - stack min value

Source

pub fn core_0_sp_max(&self) -> &Reg<CORE_0_SP_MAX_SPEC>

0x3c - stack max value

Source

pub fn core_0_sp_pc(&self) -> &Reg<CORE_0_SP_PC_SPEC>

0x40 - stack monitor pc status register

Source

pub fn core_0_rcd_en(&self) -> &Reg<CORE_0_RCD_EN_SPEC>

0x44 - record enable configuration register

Source

pub fn core_0_rcd_pdebugpc(&self) -> &Reg<CORE_0_RCD_PDEBUGPC_SPEC>

0x48 - record status regsiter

Source

pub fn core_0_rcd_pdebugsp(&self) -> &Reg<CORE_0_RCD_PDEBUGSP_SPEC>

0x4c - record status regsiter

Source

pub fn core_0_iram0_exception_monitor_0( &self, ) -> &Reg<CORE_0_IRAM0_EXCEPTION_MONITOR_0_SPEC>

0x50 - exception monitor status register0

Source

pub fn core_0_iram0_exception_monitor_1( &self, ) -> &Reg<CORE_0_IRAM0_EXCEPTION_MONITOR_1_SPEC>

0x54 - exception monitor status register1

Source

pub fn core_0_dram0_exception_monitor_0( &self, ) -> &Reg<CORE_0_DRAM0_EXCEPTION_MONITOR_0_SPEC>

0x58 - exception monitor status register2

Source

pub fn core_0_dram0_exception_monitor_1( &self, ) -> &Reg<CORE_0_DRAM0_EXCEPTION_MONITOR_1_SPEC>

0x5c - exception monitor status register3

Source

pub fn core_0_dram0_exception_monitor_2( &self, ) -> &Reg<CORE_0_DRAM0_EXCEPTION_MONITOR_2_SPEC>

0x60 - exception monitor status register4

Source

pub fn core_0_dram0_exception_monitor_3( &self, ) -> &Reg<CORE_0_DRAM0_EXCEPTION_MONITOR_3_SPEC>

0x64 - exception monitor status register5

Source

pub fn core_x_iram0_dram0_exception_monitor_0( &self, ) -> &Reg<CORE_X_IRAM0_DRAM0_EXCEPTION_MONITOR_0_SPEC>

0x68 - exception monitor status register6

Source

pub fn core_x_iram0_dram0_exception_monitor_1( &self, ) -> &Reg<CORE_X_IRAM0_DRAM0_EXCEPTION_MONITOR_1_SPEC>

0x6c - exception monitor status register7

Source

pub fn c0re_0_lastpc_before_exception( &self, ) -> &Reg<C0RE_0_LASTPC_BEFORE_EXCEPTION_SPEC>

0x70 - cpu status register

Source

pub fn c0re_0_debug_mode(&self) -> &Reg<C0RE_0_DEBUG_MODE_SPEC>

0x74 - cpu status register

Source

pub fn clock_gate(&self) -> &Reg<CLOCK_GATE_SPEC>

0x78 - clock register

Source

pub fn date(&self) -> &Reg<DATE_SPEC>

0x3fc - version register

Trait Implementations§

Source§

impl Debug for ASSIST_DEBUG

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Deref for ASSIST_DEBUG

Source§

type Target = <ASSIST_DEBUG as Deref>::Target

The resulting type after dereferencing.
Source§

fn deref(&self) -> &<ASSIST_DEBUG as Deref>::Target

Dereferences the value.
Source§

impl DerefMut for ASSIST_DEBUG

Source§

fn deref_mut(&mut self) -> &mut <ASSIST_DEBUG as Deref>::Target

Mutably dereferences the value.
Source§

impl Peripheral for ASSIST_DEBUG

Source§

type P = ASSIST_DEBUG

Peripheral singleton type
Source§

unsafe fn clone_unchecked(&mut self) -> <ASSIST_DEBUG as Peripheral>::P

Unsafely clone (duplicate) a peripheral singleton. Read more
Source§

fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>
where Self: 'a,

Convert a value into a PeripheralRef. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.