void lwip_nosys_deinit(async_context_t *context)
De-initialize lwIP (NO_SYS=1 mode) supportNote that since lwIP may only be initialized once...
Definition: lwip_nosys.c:56
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.
Definition: async_context.h:175
bool lwip_nosys_init(async_context_t *context)
Initializes lwIP (NO_SYS=1 mode) support support using the provided async_contextIf the initializatio...
Definition: lwip_nosys.c:44