Struct esp32c6_lp::lp_io::status_int::STATUS_INT_SPEC
source · pub struct STATUS_INT_SPEC;
Expand description
need des
You can read
this register and get status_int::R
. See API.
Trait Implementations§
source§impl RegisterSpec for STATUS_INT_SPEC
impl RegisterSpec for STATUS_INT_SPEC
source§impl Resettable for STATUS_INT_SPEC
impl Resettable for STATUS_INT_SPEC
reset()
method sets STATUS_INT to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::status_int::STATUS_INT_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lp_io::status_int::STATUS_INT_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 STATUS_INT_SPEC
read()
method returns status_int::R
reader structure
Auto Trait Implementations§
impl RefUnwindSafe for STATUS_INT_SPEC
impl Send for STATUS_INT_SPEC
impl Sync for STATUS_INT_SPEC
impl Unpin for STATUS_INT_SPEC
impl UnwindSafe for STATUS_INT_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