Struct esp32s3::wcl::core_1_statustable13::W   
source · pub struct W(_);Expand description
Register Core_1_STATUSTABLE13 writer
Implementations§
source§impl W
 
impl W
sourcepub fn core_1_from_world_13(&mut self) -> CORE_1_FROM_WORLD_13_W<'_, 0>
 
pub fn core_1_from_world_13(&mut self) -> CORE_1_FROM_WORLD_13_W<'_, 0>
Bit 0 - This bit is used to confirm world before enter entry 13
sourcepub fn core_1_from_entry_13(&mut self) -> CORE_1_FROM_ENTRY_13_W<'_, 1>
 
pub fn core_1_from_entry_13(&mut self) -> CORE_1_FROM_ENTRY_13_W<'_, 1>
Bits 1:4 - This filed is used to confirm in which entry before enter entry 13
sourcepub fn core_1_current_13(&mut self) -> CORE_1_CURRENT_13_W<'_, 5>
 
pub fn core_1_current_13(&mut self) -> CORE_1_CURRENT_13_W<'_, 5>
Bit 5 - This bit is used to confirm whether the current state is in entry 13
Methods from Deref<Target = W<CORE_1_STATUSTABLE13_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