XINU
Data Fields
eth_a_stateram Struct Reference

CPDMA_STATERAMレジスタ用の構造体 More...

#include <am335x_eth.h>

Data Fields

uint32 rx_cp [8]
 RX(受信) チャネル0〜7 完了ポインタレジスタ More...
 
uint32 rx_hdp [8]
 RX(受信) チャネル0〜7 先頭ディスクリプタへのポインタ More...
 
uint32 tx_cp [8]
 TX(送信) チャネル0〜7 完了ポインタレジスタ More...
 
uint32 tx_hdp [8]
 TX(送信) チャネル0〜7 先頭ディスクリプタへのポインタ More...
 

Detailed Description

CPDMA_STATERAMレジスタ用の構造体

Definition at line 123 of file am335x_eth.h.

Field Documentation

◆ rx_cp

uint32 eth_a_stateram::rx_cp[8]

RX(受信) チャネル0〜7 完了ポインタレジスタ

Definition at line 132 of file am335x_eth.h.

Referenced by ethhandler().

◆ rx_hdp

uint32 eth_a_stateram::rx_hdp[8]

RX(受信) チャネル0〜7 先頭ディスクリプタへのポインタ

Definition at line 128 of file am335x_eth.h.

Referenced by ethhandler(), ethinit(), and ethread().

◆ tx_cp

uint32 eth_a_stateram::tx_cp[8]

TX(送信) チャネル0〜7 完了ポインタレジスタ

Definition at line 130 of file am335x_eth.h.

Referenced by ethhandler().

◆ tx_hdp

uint32 eth_a_stateram::tx_hdp[8]

TX(送信) チャネル0〜7 先頭ディスクリプタへのポインタ

Definition at line 126 of file am335x_eth.h.

Referenced by ethhandler(), ethinit(), and ethwrite().


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