Struct esp32c2_hal::pac::efuse::clk::W
pub struct W(_);
Expand description
Register CLK
writer
Implementations§
§impl W
impl W
pub fn efuse_mem_force_pd(
&mut self
) -> BitWriterRaw<'_, u32, CLK_SPEC, bool, BitM, 0>
pub fn efuse_mem_force_pd(
&mut self
) -> BitWriterRaw<'_, u32, CLK_SPEC, bool, BitM, 0>
Bit 0 - Set this bit to force eFuse SRAM into power-saving mode.
pub fn mem_clk_force_on(
&mut self
) -> BitWriterRaw<'_, u32, CLK_SPEC, bool, BitM, 1>
pub fn mem_clk_force_on(
&mut self
) -> BitWriterRaw<'_, u32, CLK_SPEC, bool, BitM, 1>
Bit 1 - Set this bit and force to activate clock signal of eFuse SRAM.
pub fn efuse_mem_force_pu(
&mut self
) -> BitWriterRaw<'_, u32, CLK_SPEC, bool, BitM, 2>
pub fn efuse_mem_force_pu(
&mut self
) -> BitWriterRaw<'_, u32, CLK_SPEC, bool, BitM, 2>
Bit 2 - Set this bit to force eFuse SRAM into working mode.
Methods from Deref<Target = W<CLK_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.