|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Opaque, aligned, caller-owned storage for one host network backend. More...
#include <mdl_net_curl.h>
Data Fields | |
| uint8_t | bytes [k_mdl_net_curl_storage_bytes] |
| Private context bytes. | |
Opaque, aligned, caller-owned storage for one host network backend.
The concrete layout remains private to mdl_net_curl.c. Keeping the bytes in the composition root removes all first-party heap allocation from backend construction while preserving a replaceable network seam.
Definition at line 39 of file mdl_net_curl.h.
| uint8_t mdl_net_curl_storage::bytes[k_mdl_net_curl_storage_bytes] |
Private context bytes.
Definition at line 40 of file mdl_net_curl.h.
Referenced by mdl_net_curl_init().