Struct esp_idf_hal::delay::Ets
source · pub struct Ets;
Expand description
Espressif built-in delay provider Use only for very small delays (us or a few ms at most), or else the FreeRTOS IDLE tasks’ might starve and the IDLE tasks’ watchdog will trigger
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Ets
impl Send for Ets
impl Sync for Ets
impl Unpin for Ets
impl UnwindSafe for Ets
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more