mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
parent
62201a83e2
commit
257959bc07
1 changed files with 4 additions and 0 deletions
|
|
@ -138,6 +138,10 @@ typedef struct async_when_pending_worker {
|
||||||
* True if the worker need do_work called
|
* True if the worker need do_work called
|
||||||
*/
|
*/
|
||||||
bool work_pending;
|
bool work_pending;
|
||||||
|
/*!
|
||||||
|
* User data associated with the worker instance
|
||||||
|
*/
|
||||||
|
void *user_data;
|
||||||
} async_when_pending_worker_t;
|
} async_when_pending_worker_t;
|
||||||
|
|
||||||
#define ASYNC_CONTEXT_FLAG_CALLBACK_FROM_NON_IRQ 0x1
|
#define ASYNC_CONTEXT_FLAG_CALLBACK_FROM_NON_IRQ 0x1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue