|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
The radio-operation seam ra8_wifi dispatches through. More...
Go to the source code of this file.
Data Structures | |
| struct | ra8_wifi_backend |
| One vtable per radio. More... | |
The radio-operation seam ra8_wifi dispatches through.
The full layout of ra8_wifi_backend_t, which ra8_wifi.h forward-declares as opaque. Only two kinds of translation unit include this file: a backend that fills a static const ra8_wifi_backend_t and exports its address (the way k_ra8_wifi_backend_c6link does), and a host test that constructs a mock table to drive the facade with no radio present. Application code never includes it – it selects a backend by address and calls only ra8_wifi.h.
Definition in file ra8_wifi_backend.h.