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