Struct esp32s3::wcl::core_0_statustable1::W
source · pub struct W(_);
Expand description
Register Core_0_STATUSTABLE1
writer
Implementations
sourceimpl W
impl W
sourcepub fn core_0_from_world_1(&mut self) -> CORE_0_FROM_WORLD_1_W<'_, 0>
pub fn core_0_from_world_1(&mut self) -> CORE_0_FROM_WORLD_1_W<'_, 0>
Bit 0 - This bit is used to confirm world before enter entry 1
sourcepub fn core_0_from_entry_1(&mut self) -> CORE_0_FROM_ENTRY_1_W<'_, 1>
pub fn core_0_from_entry_1(&mut self) -> CORE_0_FROM_ENTRY_1_W<'_, 1>
Bits 1:4 - This filed is used to confirm in which entry before enter entry 1
sourcepub fn core_0_current_1(&mut self) -> CORE_0_CURRENT_1_W<'_, 5>
pub fn core_0_current_1(&mut self) -> CORE_0_CURRENT_1_W<'_, 5>
Bit 5 - This bit is used to confirm whether the current state is in entry 1
Methods from Deref<Target = W<CORE_0_STATUSTABLE1_SPEC>>
Trait Implementations
sourceimpl From<W<CORE_0_STATUSTABLE1_SPEC>> for W
impl From<W<CORE_0_STATUSTABLE1_SPEC>> for W
sourcefn from(writer: W<CORE_0_STATUSTABLE1_SPEC>) -> Self
fn from(writer: W<CORE_0_STATUSTABLE1_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