Struct esp32s3::wcl::core_1_statustable2::R
source · pub struct R(_);
Expand description
Register Core_1_STATUSTABLE2
reader
Implementations§
source§impl R
impl R
sourcepub fn core_1_from_world_2(&self) -> CORE_1_FROM_WORLD_2_R
pub fn core_1_from_world_2(&self) -> CORE_1_FROM_WORLD_2_R
Bit 0 - This bit is used to confirm world before enter entry 2
sourcepub fn core_1_from_entry_2(&self) -> CORE_1_FROM_ENTRY_2_R
pub fn core_1_from_entry_2(&self) -> CORE_1_FROM_ENTRY_2_R
Bits 1:4 - This filed is used to confirm in which entry before enter entry 2
sourcepub fn core_1_current_2(&self) -> CORE_1_CURRENT_2_R
pub fn core_1_current_2(&self) -> CORE_1_CURRENT_2_R
Bit 5 - This bit is used to confirm whether the current state is in entry 2
Methods from Deref<Target = R<CORE_1_STATUSTABLE2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more