PicoSDK + 0/1 examples
SourceVu will show references to async_work_on_timeout from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
private link list pointer.
void (*)(async_context_t *context, struct async_work_on_timeout *timeout)
Method called when the timeout is reached; may not be NULL Note, that when this method is called, the timeout has been removed from the async_context, so if you want the timeout to repeat, you should re-add it during this callback.
The next timeout time; this should only be modified during the above methods or via async_context methods.
void *
User data associated with the timeout instance.

References

from examples