mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Hardware has asynchronous actions where the expectation is to spin on registers and expressions against those registers for completion of the action. This provides a common macro to spin, with a delay and timeout, on such expressions. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>