Struct esp32c2_hal::peripherals::SYSTIMER
source · pub struct SYSTIMER { /* private fields */ }
Implementations§
source§impl SYSTIMER
impl SYSTIMER
sourcepub unsafe fn steal() -> SYSTIMER
pub unsafe fn steal() -> SYSTIMER
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
source§impl Peripheral for SYSTIMER
impl Peripheral for SYSTIMER
Auto Trait Implementations§
impl RefUnwindSafe for SYSTIMER
impl Send for SYSTIMER
impl Sync for SYSTIMER
impl Unpin for SYSTIMER
impl UnwindSafe for SYSTIMER
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