mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-03-14 04:18:33 +00:00
parent
62201a83e2
commit
257959bc07
@ -138,6 +138,10 @@ typedef struct async_when_pending_worker {
|
||||
* True if the worker need do_work called
|
||||
*/
|
||||
bool work_pending;
|
||||
/*!
|
||||
* User data associated with the worker instance
|
||||
*/
|
||||
void *user_data;
|
||||
} async_when_pending_worker_t;
|
||||
|
||||
#define ASYNC_CONTEXT_FLAG_CALLBACK_FROM_NON_IRQ 0x1
|
||||
|
Loading…
x
Reference in New Issue
Block a user