Struct esp32c2_hal::pac::apb_ctrl::clkgate_force_on::R
pub struct R(_);
Expand description
Register CLKGATE_FORCE_ON
reader
Implementations§
§impl R
impl R
pub fn rom_clkgate_force_on(&self) -> FieldReaderRaw<u8, u8>
pub fn rom_clkgate_force_on(&self) -> FieldReaderRaw<u8, u8>
Bits 0:2 - Set the bit to 1 to force rom always have clock, for low power can clear to 0 then only when have access the rom have clock
pub fn sram_clkgate_force_on(&self) -> FieldReaderRaw<u8, u8>
pub fn sram_clkgate_force_on(&self) -> FieldReaderRaw<u8, u8>
Bits 3:6 - Set the bit to 1 to force sram always have clock, for low power can clear to 0 then only when have access the sram have clock
Methods from Deref<Target = R<CLKGATE_FORCE_ON_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<CLKGATE_FORCE_ON_SPEC>> for R
impl From<R<CLKGATE_FORCE_ON_SPEC>> for R
§fn from(reader: R<CLKGATE_FORCE_ON_SPEC>) -> R
fn from(reader: R<CLKGATE_FORCE_ON_SPEC>) -> R
Converts to this type from the input type.