Struct esp32c2_hal::pac::efuse::clk::R
pub struct R(_);
Expand description
Register CLK
reader
Implementations§
§impl R
impl R
pub fn efuse_mem_force_pd(&self) -> BitReaderRaw<bool>
pub fn efuse_mem_force_pd(&self) -> BitReaderRaw<bool>
Bit 0 - Set this bit to force eFuse SRAM into power-saving mode.
pub fn mem_clk_force_on(&self) -> BitReaderRaw<bool>
pub fn mem_clk_force_on(&self) -> BitReaderRaw<bool>
Bit 1 - Set this bit and force to activate clock signal of eFuse SRAM.
pub fn efuse_mem_force_pu(&self) -> BitReaderRaw<bool>
pub fn efuse_mem_force_pu(&self) -> BitReaderRaw<bool>
Bit 2 - Set this bit to force eFuse SRAM into working mode.
Methods from Deref<Target = R<CLK_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.