Struct esp32c2_hal::pac::sensitive::internal_sram_usage_1::W
pub struct W(_);
Expand description
Register INTERNAL_SRAM_USAGE_1
writer
Implementations§
§impl W
impl W
pub fn internal_sram_usage_cpu_cache(
&mut self
) -> BitWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_1_SPEC, bool, BitM, 0>
pub fn internal_sram_usage_cpu_cache(
&mut self
) -> BitWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_1_SPEC, bool, BitM, 0>
Bit 0 - Need add description
pub fn internal_sram_usage_cpu_sram(
&mut self
) -> FieldWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_1_SPEC, u8, u8, Unsafe, 3, 1>
pub fn internal_sram_usage_cpu_sram(
&mut self
) -> FieldWriterRaw<'_, u32, INTERNAL_SRAM_USAGE_1_SPEC, u8, u8, Unsafe, 3, 1>
Bits 1:3 - Need add description
Methods from Deref<Target = W<INTERNAL_SRAM_USAGE_1_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_1_SPEC>> for W
impl From<W<INTERNAL_SRAM_USAGE_1_SPEC>> for W
§fn from(writer: W<INTERNAL_SRAM_USAGE_1_SPEC>) -> W
fn from(writer: W<INTERNAL_SRAM_USAGE_1_SPEC>) -> W
Converts to this type from the input type.