Struct esp32::ledc::hstimer_value::HSTIMER_VALUE_SPEC
source · pub struct HSTIMER_VALUE_SPEC;Expand description
You can read this register and get hstimer_value::R. See API.
Trait Implementations§
source§impl RegisterSpec for HSTIMER_VALUE_SPEC
impl RegisterSpec for HSTIMER_VALUE_SPEC
source§impl Resettable for HSTIMER_VALUE_SPEC
impl Resettable for HSTIMER_VALUE_SPEC
reset() method sets HSTIMER%s_VALUE to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::hstimer_value::HSTIMER_VALUE_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::hstimer_value::HSTIMER_VALUE_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 HSTIMER_VALUE_SPEC
read() method returns hstimer_value::R reader structure
Auto Trait Implementations§
impl RefUnwindSafe for HSTIMER_VALUE_SPEC
impl Send for HSTIMER_VALUE_SPEC
impl Sync for HSTIMER_VALUE_SPEC
impl Unpin for HSTIMER_VALUE_SPEC
impl UnwindSafe for HSTIMER_VALUE_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