Struct esp32s3_hal::pac::sensitive::internal_sram_usage_2::W
pub struct W(_);
Expand description
Register INTERNAL_SRAM_USAGE_2
writer
Implementations§
§impl W
impl W
pub fn internal_sram_core0_trace_usage(
&mut self
) -> FieldWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_2_SPEC, u8, u8, Unsafe, 7, 0>
pub fn internal_sram_core0_trace_usage(
&mut self
) -> FieldWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_2_SPEC, u8, u8, Unsafe, 7, 0>
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(
&mut self
) -> FieldWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_2_SPEC, u8, u8, Unsafe, 7, 7>
pub fn internal_sram_core1_trace_usage(
&mut self
) -> FieldWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_2_SPEC, u8, u8, Unsafe, 7, 7>
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(
&mut self
) -> FieldWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_2_SPEC, u8, u8, Unsafe, 2, 14>
pub fn internal_sram_core0_trace_alloc(
&mut self
) -> FieldWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_2_SPEC, u8, u8, Unsafe, 2, 14>
Bits 14:15 - Which internal SRAM bank (16KB) of 64KB can be accessed by core0 trace bus.
pub fn internal_sram_core1_trace_alloc(
&mut self
) -> FieldWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_2_SPEC, u8, u8, Unsafe, 2, 16>
pub fn internal_sram_core1_trace_alloc(
&mut self
) -> FieldWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_2_SPEC, u8, u8, Unsafe, 2, 16>
Bits 16:17 - Which internal SRAM bank (16KB) of 64KB can be accessed by core1 trace bus.
Methods from Deref<Target = W<INTERNAL_SRAM_USAGE_2_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<INTERNAL_SRAM_USAGE_2_SPEC>> for W
impl From<W<INTERNAL_SRAM_USAGE_2_SPEC>> for W
§fn from(writer: W<INTERNAL_SRAM_USAGE_2_SPEC>) -> W
fn from(writer: W<INTERNAL_SRAM_USAGE_2_SPEC>) -> W
Converts to this type from the input type.