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

Configuration descriptor for ra8_layer3_switch_open. More...

#include <ra8_layer3_switch.h>

Data Fields

uint8_t port_count
 Number of physical ports.
uint16_t mtu_bytes
 Maximum transfer unit per port.
uint8_t promiscuous
 Non-zero to put switch in promisc.

Detailed Description

Configuration descriptor for ra8_layer3_switch_open.

Definition at line 39 of file ra8_layer3_switch.h.

Field Documentation

◆ mtu_bytes

uint16_t ra8_layer3_switch_cfg_t::mtu_bytes

Maximum transfer unit per port.

Definition at line 41 of file ra8_layer3_switch.h.

Referenced by ra8_layer3_switch_open().

◆ port_count

uint8_t ra8_layer3_switch_cfg_t::port_count

Number of physical ports.

Definition at line 40 of file ra8_layer3_switch.h.

Referenced by ra8_layer3_switch_open().

◆ promiscuous

uint8_t ra8_layer3_switch_cfg_t::promiscuous

Non-zero to put switch in promisc.

Definition at line 42 of file ra8_layer3_switch.h.

Referenced by ra8_layer3_switch_open().


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