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