Struct esp32c6::systimer::unit0_value_lo::UNIT0_VALUE_LO_SPEC
source · pub struct UNIT0_VALUE_LO_SPEC;Expand description
system timer unit0 value low register
You can read this register and get unit0_value_lo::R. See API.
Trait Implementations§
source§impl RegisterSpec for UNIT0_VALUE_LO_SPEC
impl RegisterSpec for UNIT0_VALUE_LO_SPEC
source§impl Resettable for UNIT0_VALUE_LO_SPEC
impl Resettable for UNIT0_VALUE_LO_SPEC
reset() method sets UNIT0_VALUE_LO to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for UNIT0_VALUE_LO_SPEC
read() method returns unit0_value_lo::R reader structure
Auto Trait Implementations§
impl RefUnwindSafe for UNIT0_VALUE_LO_SPEC
impl Send for UNIT0_VALUE_LO_SPEC
impl Sync for UNIT0_VALUE_LO_SPEC
impl Unpin for UNIT0_VALUE_LO_SPEC
impl UnwindSafe for UNIT0_VALUE_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