bool cyw43_driver_init(struct async_context *context)
Initializes the lower level cyw43_driver and integrates it with the provided async_context.
Definition: cyw43_driver.c:106
void cyw43_driver_deinit(struct async_context *context)
De-initialize the lowever level cyw43_driver and unhooks it from the async_context.
Definition: cyw43_driver.c:116
Base structure type of all async_contexts. For details about its use, see pico_async_context.
Definition: async_context.h:179