Struct esp32c2_hal::Delay
source · pub struct Delay { /* private fields */ }
Expand description
Uses the SYSTIMER
peripheral for counting clock cycles, as
unfortunately the ESP32-C3 does NOT implement the mcycle
CSR, which is
how we would normally do this.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Delay
impl Send for Delay
impl Sync for Delay
impl Unpin for Delay
impl UnwindSafe for Delay
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