Struct esp32c6::systimer::real_target2_lo::REAL_TARGET2_LO_SPEC
source · pub struct REAL_TARGET2_LO_SPEC;
Expand description
system timer comp2 actual target value low register
You can read
this register and get real_target2_lo::R
. See API.
Trait Implementations§
source§impl RegisterSpec for REAL_TARGET2_LO_SPEC
impl RegisterSpec for REAL_TARGET2_LO_SPEC
source§impl Resettable for REAL_TARGET2_LO_SPEC
impl Resettable for REAL_TARGET2_LO_SPEC
reset()
method sets REAL_TARGET2_LO to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::real_target2_lo::REAL_TARGET2_LO_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <systimer::real_target2_lo::REAL_TARGET2_LO_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 REAL_TARGET2_LO_SPEC
read()
method returns real_target2_lo::R
reader structure
Auto Trait Implementations§
impl RefUnwindSafe for REAL_TARGET2_LO_SPEC
impl Send for REAL_TARGET2_LO_SPEC
impl Sync for REAL_TARGET2_LO_SPEC
impl Unpin for REAL_TARGET2_LO_SPEC
impl UnwindSafe for REAL_TARGET2_LO_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