|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Bench-visible counters for the C6 NetX bridge. More...
Data Fields | |
| uint32_t | tx_total |
| Frames handed to ra8_c6link_eth_send. | |
| uint32_t | tx_err |
| Transmits the facade or link rejected. | |
| uint32_t | rx_total |
| Frames pushed into NetX from the receive path. | |
| uint32_t | rx_drop |
| Frames dropped (pre-init, runt, no packet). | |
| uint32_t | poll_total |
| ra8_c6link_poll calls the worker made. | |
Bench-visible counters for the C6 NetX bridge.
Never consulted by control flow; a debugger or a diagnostic print reads them to tell a silent link apart from a busy one.
Definition at line 148 of file nx_ether_driver_c6.c.
| uint32_t nx_c6_diag::poll_total |
ra8_c6link_poll calls the worker made.
Definition at line 153 of file nx_ether_driver_c6.c.
| uint32_t nx_c6_diag::rx_drop |
Frames dropped (pre-init, runt, no packet).
Definition at line 152 of file nx_ether_driver_c6.c.
| uint32_t nx_c6_diag::rx_total |
Frames pushed into NetX from the receive path.
Definition at line 151 of file nx_ether_driver_c6.c.
| uint32_t nx_c6_diag::tx_err |
Transmits the facade or link rejected.
Definition at line 150 of file nx_ether_driver_c6.c.
| uint32_t nx_c6_diag::tx_total |
Frames handed to ra8_c6link_eth_send.
Definition at line 149 of file nx_ether_driver_c6.c.