Struct esp32s3_hal::pac::sensitive::internal_sram_usage_2::R
pub struct R(_);
Expand description
Register INTERNAL_SRAM_USAGE_2
reader
Implementations§
§impl R
impl R
pub fn internal_sram_core0_trace_usage(&self) -> FieldReaderRaw<u8, u8>
pub fn internal_sram_core0_trace_usage(&self) -> FieldReaderRaw<u8, u8>
Bits 0:6 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by core0 trace bus.
pub fn internal_sram_core1_trace_usage(&self) -> FieldReaderRaw<u8, u8>
pub fn internal_sram_core1_trace_usage(&self) -> FieldReaderRaw<u8, u8>
Bits 7:13 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by core1 trace bus.
pub fn internal_sram_core0_trace_alloc(&self) -> FieldReaderRaw<u8, u8>
pub fn internal_sram_core0_trace_alloc(&self) -> FieldReaderRaw<u8, u8>
Bits 14:15 - Which internal SRAM bank (16KB) of 64KB can be accessed by core0 trace bus.
pub fn internal_sram_core1_trace_alloc(&self) -> FieldReaderRaw<u8, u8>
pub fn internal_sram_core1_trace_alloc(&self) -> FieldReaderRaw<u8, u8>
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>>§
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<INTERNAL_SRAM_USAGE_2_SPEC>> for R
impl From<R<INTERNAL_SRAM_USAGE_2_SPEC>> for R
§fn from(reader: R<INTERNAL_SRAM_USAGE_2_SPEC>) -> R
fn from(reader: R<INTERNAL_SRAM_USAGE_2_SPEC>) -> R
Converts to this type from the input type.