ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_etha.h
Go to the documentation of this file.
1
75
76#pragma once
77
78#ifdef __cplusplus
79extern "C" {
80#endif
81
82#include <stdint.h>
83
84#include "ra8_err.h"
85#include "ra8_etha_ops.h"
86#include "ra8_etha_regs.h"
87#include "ra8_etha_shaper.h"
88#include "ra8_etha_types.h"
89#include "ra8_rmac.h"
90
91#ifdef __cplusplus
92}
93#endif
Error Code Definitions for ra8-firmware.
Per-port ETHA lifecycle / IRQ / mode / queue API – HUM Ch 32 (p 1627-1702).
Ethernet Agent (ETHA) per-port register layout for the RA8D2.
Per-port ETHA VLAN / shaper / stats / ring / PHY API – HUM Ch 32 (p 1627-1702).
Per-port Ethernet Agent (ETHA) data types – HUM Ch 32 (p 1627-1702).
Per-port Ethernet MAC (RMAC) driver – HUM Ch 33.