Struct esp32s3_hal::pac::system::core_1_control_0::R
pub struct R(_);
Expand description
Register CORE_1_CONTROL_0
reader
Implementations§
§impl R
impl R
pub fn control_core_1_runstall(&self) -> BitReaderRaw<bool>
pub fn control_core_1_runstall(&self) -> BitReaderRaw<bool>
Bit 0 - Set 1 to stall core1
pub fn control_core_1_clkgate_en(&self) -> BitReaderRaw<bool>
pub fn control_core_1_clkgate_en(&self) -> BitReaderRaw<bool>
Bit 1 - Set 1 to open core1 clock
pub fn control_core_1_reseting(&self) -> BitReaderRaw<bool>
pub fn control_core_1_reseting(&self) -> BitReaderRaw<bool>
Bit 2 - Set 1 to let core1 reset
Methods from Deref<Target = R<CORE_1_CONTROL_0_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<CORE_1_CONTROL_0_SPEC>> for R
impl From<R<CORE_1_CONTROL_0_SPEC>> for R
§fn from(reader: R<CORE_1_CONTROL_0_SPEC>) -> R
fn from(reader: R<CORE_1_CONTROL_0_SPEC>) -> R
Converts to this type from the input type.