XINU
Data Fields
eth_a_csreg Struct Reference

Ethernet subsystemレジスタ構造体 More...

#include <am335x_eth.h>

Collaboration diagram for eth_a_csreg:
Collaboration graph
[legend]

Data Fields

volatile struct eth_a_aleale
 CPSW_ALEレジスタ More...
 
volatile struct eth_a_cpdmacpdma
 CPSW_CPDMAレジスタ More...
 
volatile struct eth_a_mdiomdio
 MDIOレジスタ More...
 
volatile struct eth_a_slsl
 CPSW_SLレジスタ More...
 
volatile struct eth_a_ssss
 CPSW_SSレジスタ More...
 
volatile struct eth_a_stateramstateram
 CPSW_STATERANレジスタ More...
 
volatile struct eth_a_wrwr
 CPSW_WRレジスタ More...
 

Detailed Description

Ethernet subsystemレジスタ構造体

Definition at line 297 of file am335x_eth.h.

Field Documentation

◆ ale

volatile struct eth_a_ale* eth_a_csreg::ale

CPSW_ALEレジスタ

Definition at line 300 of file am335x_eth.h.

Referenced by ethinit().

◆ cpdma

volatile struct eth_a_cpdma* eth_a_csreg::cpdma

CPSW_CPDMAレジスタ

Definition at line 302 of file am335x_eth.h.

Referenced by ethhandler(), and ethinit().

◆ mdio

volatile struct eth_a_mdio* eth_a_csreg::mdio

MDIOレジスタ

Definition at line 312 of file am335x_eth.h.

Referenced by ethinit().

◆ sl

volatile struct eth_a_sl* eth_a_csreg::sl

CPSW_SLレジスタ

Definition at line 306 of file am335x_eth.h.

Referenced by ethinit().

◆ ss

volatile struct eth_a_ss* eth_a_csreg::ss

CPSW_SSレジスタ

Definition at line 308 of file am335x_eth.h.

Referenced by ethinit().

◆ stateram

volatile struct eth_a_stateram* eth_a_csreg::stateram

CPSW_STATERANレジスタ

Definition at line 304 of file am335x_eth.h.

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

◆ wr

volatile struct eth_a_wr* eth_a_csreg::wr

CPSW_WRレジスタ

Definition at line 310 of file am335x_eth.h.

Referenced by ethinit().


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