Struct esp32::frc_timer::timer_count::TIMER_COUNT_SPEC
source · [−]pub struct TIMER_COUNT_SPEC;
Expand description
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see timer_count module
Trait Implementations
sourceimpl Readable for TIMER_COUNT_SPEC
impl Readable for TIMER_COUNT_SPEC
read()
method returns timer_count::R reader structure
sourceimpl RegisterSpec for TIMER_COUNT_SPEC
impl RegisterSpec for TIMER_COUNT_SPEC
sourceimpl Resettable for TIMER_COUNT_SPEC
impl Resettable for TIMER_COUNT_SPEC
reset()
method sets TIMER_COUNT to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for TIMER_COUNT_SPEC
impl Writable for TIMER_COUNT_SPEC
write(|w| ..)
method takes timer_count::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for TIMER_COUNT_SPEC
impl Send for TIMER_COUNT_SPEC
impl Sync for TIMER_COUNT_SPEC
impl Unpin for TIMER_COUNT_SPEC
impl UnwindSafe for TIMER_COUNT_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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