bool cyw43_driver_init(async_context_t *context)
Initializes the lower level cyw43_driver and integrates it with the provided async_contextIf the init...
Definition: cyw43_driver.c:105
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
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