XINU
|
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... | |
CPDMA_STATERAMレジスタ用の構造体
Definition at line 123 of file am335x_eth.h.
uint32 eth_a_stateram::rx_cp[8] |
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().
uint32 eth_a_stateram::tx_cp[8] |
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().