cyw43_driver.h File Reference
#include "pico.h"
#include "pico/async_context.h"
Include dependency graph for cyw43_driver.h:

Go to the source code of this file.

Functions

bool cyw43_driver_init (async_context_t *context)
 Initializes the lower level cyw43_driver and integrates it with the provided async_contextIf the initialization succeeds, lwip_nosys_deinit() can be called to shutdown lwIP support. More...
 
void cyw43_driver_deinit (async_context_t *context)
 De-initialize the lowever level cyw43_driver and unhooks it from the async_context. More...