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

One ring slot holding a single frame plus its byte length. More...

Data Fields

uint16_t len
 0 == slot empty.
uint8_t data [k_ra8_net_pal_frame_max]
 Up to 1518 bytes.

Detailed Description

One ring slot holding a single frame plus its byte length.

Definition at line 104 of file ra8_net_pal.c.

Field Documentation

◆ data

uint8_t ra8_net_pal_slot_t::data[k_ra8_net_pal_frame_max]

Up to 1518 bytes.

Definition at line 106 of file ra8_net_pal.c.

Referenced by ra8_net_pal_recv_frame(), and ra8_net_pal_send_frame().

◆ len

uint16_t ra8_net_pal_slot_t::len

0 == slot empty.

Definition at line 105 of file ra8_net_pal.c.

Referenced by ra8_net_pal_recv_frame(), and ra8_net_pal_send_frame().


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