pub struct R(_);
Expand description
Register Core_0_STATUSTABLE11
reader
Implementations
sourceimpl R
impl R
sourcepub fn core_0_from_world_11(&self) -> CORE_0_FROM_WORLD_11_R
pub fn core_0_from_world_11(&self) -> CORE_0_FROM_WORLD_11_R
Bit 0 - This bit is used to confirm world before enter entry 11
sourcepub fn core_0_from_entry_11(&self) -> CORE_0_FROM_ENTRY_11_R
pub fn core_0_from_entry_11(&self) -> CORE_0_FROM_ENTRY_11_R
Bits 1:4 - This filed is used to confirm in which entry before enter entry 11
sourcepub fn core_0_current_11(&self) -> CORE_0_CURRENT_11_R
pub fn core_0_current_11(&self) -> CORE_0_CURRENT_11_R
Bit 5 - This bit is used to confirm whether the current state is in entry 11
Methods from Deref<Target = R<CORE_0_STATUSTABLE11_SPEC>>
Trait Implementations
sourceimpl From<R<CORE_0_STATUSTABLE11_SPEC>> for R
impl From<R<CORE_0_STATUSTABLE11_SPEC>> for R
sourcefn from(reader: R<CORE_0_STATUSTABLE11_SPEC>) -> Self
fn from(reader: R<CORE_0_STATUSTABLE11_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more