![]() |
Wi-Fi Host Driver (WHD) Public API Reference Guide | |
Allows WHD to operate with specific SDIO/SPI bus.
Functions | |
| uint32_t | whd_bus_sdio_attach (whd_driver_t whd_driver, whd_sdio_config_t *whd_config, cyhal_sdio_t *sdio_obj) |
| Attach the WLAN Device to a specific SDIO bus. More... | |
| void | whd_bus_sdio_detach (whd_driver_t whd_driver) |
| Detach the WLAN Device to a specific SDIO bus. More... | |
| uint32_t whd_bus_sdio_attach | ( | whd_driver_t | whd_driver, |
| whd_sdio_config_t * | whd_config, | ||
| cyhal_sdio_t * | sdio_obj | ||
| ) |
Attach the WLAN Device to a specific SDIO bus.
| whd_driver | Pointer to handle instance of the driver |
| whd_config | Configuration for SDIO bus |
| sdio_obj | The SDHC hardware interface, from the Level 3 CY HW APIs |
| void whd_bus_sdio_detach | ( | whd_driver_t | whd_driver | ) |
Detach the WLAN Device to a specific SDIO bus.
| whd_driver | Pointer to handle instance of the driver |