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

#include <mdl_net.h>

Collaboration diagram for mdl_net_iface:

Data Fields

const mdl_net_vtable_tvtable
 Backend method table (never NULL).
void * ctx
 Backend-private state passed to methods.

Detailed Description

Definition at line 248 of file mdl_net.h.

Field Documentation

◆ ctx

void* mdl_net_iface::ctx

Backend-private state passed to methods.

Definition at line 250 of file mdl_net.h.

◆ vtable

const mdl_net_vtable_t* mdl_net_iface::vtable

Backend method table (never NULL).

Definition at line 249 of file mdl_net.h.


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