Struct esp32c6::pmu::por_status::POR_STATUS_SPEC
source · pub struct POR_STATUS_SPEC;
Expand description
need_des
You can read
this register and get por_status::R
. See API.
Trait Implementations§
source§impl RegisterSpec for POR_STATUS_SPEC
impl RegisterSpec for POR_STATUS_SPEC
source§impl Resettable for POR_STATUS_SPEC
impl Resettable for POR_STATUS_SPEC
reset()
method sets POR_STATUS to value 0x8000_0000
source§const RESET_VALUE: Self::Ux = {transmute(0x80000000): <pmu::por_status::POR_STATUS_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x80000000): <pmu::por_status::POR_STATUS_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 POR_STATUS_SPEC
read()
method returns por_status::R
reader structure
Auto Trait Implementations§
impl RefUnwindSafe for POR_STATUS_SPEC
impl Send for POR_STATUS_SPEC
impl Sync for POR_STATUS_SPEC
impl Unpin for POR_STATUS_SPEC
impl UnwindSafe for POR_STATUS_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