Struct esp32s3_hal::pac::system::core_1_control_1::R
pub struct R(_);
Expand description
Register CORE_1_CONTROL_1
reader
Implementations§
§impl R
impl R
pub fn control_core_1_message(&self) -> FieldReaderRaw<u32, u32>
pub fn control_core_1_message(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - it’s only a R/W register, no function, software can write any value
Methods from Deref<Target = R<CORE_1_CONTROL_1_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_1_SPEC>> for R
impl From<R<CORE_1_CONTROL_1_SPEC>> for R
§fn from(reader: R<CORE_1_CONTROL_1_SPEC>) -> R
fn from(reader: R<CORE_1_CONTROL_1_SPEC>) -> R
Converts to this type from the input type.