Skip to main content

Module async_impl

Module async_impl 

Source
Expand description

Async-flavoured variant of super::ResetController.

Identical bit-poll semantics, but each poll-step .awaits the delay so the calling task yields control to the executor instead of busy-waiting. Enabled via the async cargo feature.

Structsยง

AsyncResetController
Async counterpart of super::ResetController. Owns an embedded_hal_async::delay::DelayNs implementation and exposes soft_reset as an async fn.