Struct esp32s3_hal::pac::wcl::core_1_statustable11::R
pub struct R(_);
Expand description
Register Core_1_STATUSTABLE11
reader
Implementations§
§impl R
impl R
pub fn core_1_from_world_11(&self) -> BitReaderRaw<bool>
pub fn core_1_from_world_11(&self) -> BitReaderRaw<bool>
Bit 0 - This bit is used to confirm world before enter entry 11
pub fn core_1_from_entry_11(&self) -> FieldReaderRaw<u8, u8>
pub fn core_1_from_entry_11(&self) -> FieldReaderRaw<u8, u8>
Bits 1:4 - This filed is used to confirm in which entry before enter entry 11
pub fn core_1_current_11(&self) -> BitReaderRaw<bool>
pub fn core_1_current_11(&self) -> BitReaderRaw<bool>
Bit 5 - This bit is used to confirm whether the current state is in entry 11
Methods from Deref<Target = R<CORE_1_STATUSTABLE11_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_STATUSTABLE11_SPEC>> for R
impl From<R<CORE_1_STATUSTABLE11_SPEC>> for R
§fn from(reader: R<CORE_1_STATUSTABLE11_SPEC>) -> R
fn from(reader: R<CORE_1_STATUSTABLE11_SPEC>) -> R
Converts to this type from the input type.