ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_net_curl_storage Struct Reference

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.

Detailed Description

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.

Invariant
bytes is aligned for every private backend member.
Since
0.1.0

Definition at line 39 of file mdl_net_curl.h.

Field Documentation

◆ bytes

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().


The documentation for this struct was generated from the following file: