Struct esp32s3::wcl::core_1_world_phase::CORE_1_WORLD_PHASE_SPEC
source · pub struct CORE_1_WORLD_PHASE_SPEC;Expand description
Core_0 world status register
You can read this register and get core_1_world_phase::R. See API.
Trait Implementations§
source§impl Resettable for CORE_1_WORLD_PHASE_SPEC
impl Resettable for CORE_1_WORLD_PHASE_SPEC
reset() method sets Core_1_World_Phase to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <wcl::core_1_world_phase::CORE_1_WORLD_PHASE_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <wcl::core_1_world_phase::CORE_1_WORLD_PHASE_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for CORE_1_WORLD_PHASE_SPEC
read() method returns core_1_world_phase::R reader structure
Auto Trait Implementations§
impl RefUnwindSafe for CORE_1_WORLD_PHASE_SPEC
impl Send for CORE_1_WORLD_PHASE_SPEC
impl Sync for CORE_1_WORLD_PHASE_SPEC
impl Unpin for CORE_1_WORLD_PHASE_SPEC
impl UnwindSafe for CORE_1_WORLD_PHASE_SPEC
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