Struct esp32c2_hal::Delay
source · pub struct Delay { /* private fields */ }
Expand description
Delay driver
Uses the SYSTIMER
peripheral internally for RISC-V devices, and the
built-in Xtensa timer for Xtensa devices.
Implementations§
Trait Implementations§
impl Copy for Delay
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