Struct esp32s3::rtc_cntl::timer4::TIMER4_SPEC
source · pub struct TIMER4_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for TIMER4_SPEC
impl Readable for TIMER4_SPEC
read()
method returns timer4::R reader structure
sourceimpl RegisterSpec for TIMER4_SPEC
impl RegisterSpec for TIMER4_SPEC
sourceimpl Resettable for TIMER4_SPEC
impl Resettable for TIMER4_SPEC
reset()
method sets TIMER4 to value 0x1020_0a08
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for TIMER4_SPEC
impl Send for TIMER4_SPEC
impl Sync for TIMER4_SPEC
impl Unpin for TIMER4_SPEC
impl UnwindSafe for TIMER4_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