Struct esp32_hal::pac::dport::appcpu_ctrl_a::R
pub struct R(_);
Expand description
Register APPCPU_CTRL_A
reader
Implementations§
§impl R
impl R
pub fn appcpu_resetting(&self) -> BitReaderRaw<bool>
pub fn appcpu_resetting(&self) -> BitReaderRaw<bool>
Bit 0
Methods from Deref<Target = R<APPCPU_CTRL_A_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<APPCPU_CTRL_A_SPEC>> for R
impl From<R<APPCPU_CTRL_A_SPEC>> for R
§fn from(reader: R<APPCPU_CTRL_A_SPEC>) -> R
fn from(reader: R<APPCPU_CTRL_A_SPEC>) -> R
Converts to this type from the input type.