|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
802.1Q VLAN tag descriptor (used by::ra8_etha_set_vlan_tag). More...
#include <ra8_etha_types.h>
Data Fields | |
| uint16_t | vid |
| VLAN identifier (12 bits). | |
| uint8_t | pcp |
| Priority code point (3 bits). | |
| uint8_t | dei |
| Drop eligible indicator (1 bit). | |
802.1Q VLAN tag descriptor (used by::ra8_etha_set_vlan_tag).
Definition at line 129 of file ra8_etha_types.h.
| uint8_t ra8_etha_vlan_tag_t::dei |
Drop eligible indicator (1 bit).
Definition at line 132 of file ra8_etha_types.h.
Referenced by ra8_etha_set_vlan_tag().
| uint8_t ra8_etha_vlan_tag_t::pcp |
Priority code point (3 bits).
Definition at line 131 of file ra8_etha_types.h.
Referenced by ra8_etha_set_vlan_tag().
| uint16_t ra8_etha_vlan_tag_t::vid |
VLAN identifier (12 bits).
Definition at line 130 of file ra8_etha_types.h.
Referenced by ra8_etha_set_vlan_tag().