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

Per-port runtime state. More...

#include <ra8_etha_internal.h>

Collaboration diagram for ra8_etha_slot_t:

Data Fields

ra8_etha_event_fn_t cb
 Attached callback (nullptr if none).
void * ctx
 Opaque cookie passed back to cb.
ra8_etha_port_stats_t stats
 Per-port traffic counters.

Detailed Description

Per-port runtime state.

Definition at line 35 of file ra8_etha_internal.h.

Field Documentation

◆ cb

ra8_etha_event_fn_t ra8_etha_slot_t::cb

Attached callback (nullptr if none).

Definition at line 36 of file ra8_etha_internal.h.

◆ ctx

void* ra8_etha_slot_t::ctx

Opaque cookie passed back to cb.

Definition at line 37 of file ra8_etha_internal.h.

◆ stats

ra8_etha_port_stats_t ra8_etha_slot_t::stats

Per-port traffic counters.

Definition at line 38 of file ra8_etha_internal.h.


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