async_context Struct Reference

Base structure type of all async_contexts. For details about its use, see pico_async_context. More...

#include <async_context.h>

Collaboration diagram for async_context:

Data Fields

const async_context_type_ttype
 
async_when_pending_worker_twhen_pending_list
 
async_at_time_worker_tat_time_list
 
absolute_time_t next_time
 
uint16_t flags
 
uint8_t core_num
 

Detailed Description

Base structure type of all async_contexts. For details about its use, see pico_async_context.

Individual async_context_types with additional state, should contain this structure at the start.


The documentation for this struct was generated from the following file: