|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Per-port runtime state. More...
#include <ra8_etha_internal.h>
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. | |
Per-port runtime state.
Definition at line 35 of file ra8_etha_internal.h.
| 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.
| void* ra8_etha_slot_t::ctx |
Opaque cookie passed back to cb.
Definition at line 37 of file ra8_etha_internal.h.
| ra8_etha_port_stats_t ra8_etha_slot_t::stats |
Per-port traffic counters.
Definition at line 38 of file ra8_etha_internal.h.