Struct esp32s3::sensitive::internal_sram_usage_2::R
source · pub struct R(_);
Expand description
Register INTERNAL_SRAM_USAGE_2
reader
Implementations
sourceimpl R
impl R
sourcepub fn internal_sram_core0_trace_usage(
&self
) -> INTERNAL_SRAM_CORE0_TRACE_USAGE_R
pub fn internal_sram_core0_trace_usage(
&self
) -> INTERNAL_SRAM_CORE0_TRACE_USAGE_R
Bits 0:6 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by core0 trace bus.
sourcepub fn internal_sram_core1_trace_usage(
&self
) -> INTERNAL_SRAM_CORE1_TRACE_USAGE_R
pub fn internal_sram_core1_trace_usage(
&self
) -> INTERNAL_SRAM_CORE1_TRACE_USAGE_R
Bits 7:13 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by core1 trace bus.
sourcepub fn internal_sram_core0_trace_alloc(
&self
) -> INTERNAL_SRAM_CORE0_TRACE_ALLOC_R
pub fn internal_sram_core0_trace_alloc(
&self
) -> INTERNAL_SRAM_CORE0_TRACE_ALLOC_R
Bits 14:15 - Which internal SRAM bank (16KB) of 64KB can be accessed by core0 trace bus.
sourcepub fn internal_sram_core1_trace_alloc(
&self
) -> INTERNAL_SRAM_CORE1_TRACE_ALLOC_R
pub fn internal_sram_core1_trace_alloc(
&self
) -> INTERNAL_SRAM_CORE1_TRACE_ALLOC_R
Bits 16:17 - Which internal SRAM bank (16KB) of 64KB can be accessed by core1 trace bus.
Methods from Deref<Target = R<INTERNAL_SRAM_USAGE_2_SPEC>>
Trait Implementations
sourceimpl From<R<INTERNAL_SRAM_USAGE_2_SPEC>> for R
impl From<R<INTERNAL_SRAM_USAGE_2_SPEC>> for R
sourcefn from(reader: R<INTERNAL_SRAM_USAGE_2_SPEC>) -> Self
fn from(reader: R<INTERNAL_SRAM_USAGE_2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more