sleep_until() is only used within PicoSDK.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Notes

These functions should not be called from an IRQ handler. Lower powered sleep requires use of the \link alarm_pool_get_default default alarm pool\endlink which may be disabled by the PICO_TIME_DEFAULT_ALARM_POOL_DISABLED #define or currently full in which case these functions become busy waits instead. Whilst \a sleep_ functions are preferable to \a busy_wait functions from a power perspective, the \a busy_wait equivalent function may return slightly sooner after the target is reached. This method attempts to perform a lower power (WFE) sleep

References

from examples