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

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).

Detailed Description

802.1Q VLAN tag descriptor (used by::ra8_etha_set_vlan_tag).

Definition at line 129 of file ra8_etha_types.h.

Field Documentation

◆ dei

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().

◆ pcp

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().

◆ vid

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().


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