Base structure type of all async_contexts. For details about its use, see pico_async_context. More...
#include <async_context.h>
Data Fields | |
const async_context_type_t * | type |
async_when_pending_worker_t * | when_pending_list |
async_at_time_worker_t * | at_time_list |
absolute_time_t | next_time |
uint16_t | flags |
uint8_t | core_num |
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.