Struct esp32s2::ledc::timer_value::TIMER_VALUE_SPEC
source · [−]pub struct TIMER_VALUE_SPEC;
Expand description
Timer %s current counter value
This register you can [read
]
(crate::generic::Reg::read). See [API]
(https://docs.rs/svd2rust/#read–modify–write-api).
For information about available fields see [timer_value] (index.html) module
Trait Implementations
sourceimpl Readable for TIMER_VALUE_SPEC
impl Readable for TIMER_VALUE_SPEC
read()
method returns [timer_value::R]
(R) reader structure
sourceimpl RegisterSpec for TIMER_VALUE_SPEC
impl RegisterSpec for TIMER_VALUE_SPEC
sourceimpl Resettable for TIMER_VALUE_SPEC
impl Resettable for TIMER_VALUE_SPEC
reset()
method sets TIMER%s_VALUE to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for TIMER_VALUE_SPEC
impl Send for TIMER_VALUE_SPEC
impl Sync for TIMER_VALUE_SPEC
impl Unpin for TIMER_VALUE_SPEC
impl UnwindSafe for TIMER_VALUE_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more