Expand description
CYW4343x driver
Datasheet: https://www.mouser.com/datasheet/2/196/Infineon_CYW43439_DataSheet_v03_00_EN-3074791.pdf Infineon’s WHD (WiFi Host Driver) documentation: https://infineon.github.io/wifi-host-driver/html/index.html
The implementation consists of two main components:
- driver: handles higher-level WLAN packet transmission using the bus
- bus: handles communicating with the WiFi chip over SDIO or gSPI (configuring protocol-specific registers, loading the firmware, sending WLAN data from the driver)
Modules§
Structs§
- CYW4343x
- CYW4343x device driver
Traits§
- CYW4343x
Bus - Trait for a bus that is used to communicate with CYW43xx device
- CYW4343x
BusClient - Client trait for defining callbacks on initialisation, transfer and F2 packet interrupts.