Регистры Allwinner H616

Сокращения  |  Дерево шин  |  Карта памяти


EMAC_TX_CTL0
6.1. EMAC Transmit Control Register0 - адрес: 0x5020010 0x5030010 (смещение: 0x0010)

Контроллер Ethernet: список регистров



31 ||||||||||||||||| 16
15 ||||||||||||||||| 00

  TX_EN

Bit 31
R/W
0x0

Enable Transmitter
0: Disable
1: Enable
When disable, transmit will continue until current transmit finishes.


  TX_FRM_LEN_CTL

Bit 30
R/W
0x0

Frame Transmit Length Control
0: Up to 2,048 bytes (JUMBO_FRM_EN==0)
Up to 10,240 bytes (JUMBO_FRM_EN==1)
1: Up to 16,384 bytes
Any bytes after that is cut off.


  Unused

Bits 29 : 0


Команда U-Boot для чтения регистра

md 5020010 1
md 5030010 1



Bit fields structure

typedef union  emac_tx_ctl0
{
  struct
  {
   unsigned unused0 : 30;
   unsigned tx_frm_len_ctl : 1;
   unsigned tx_en : 1;
  } b;
   unsigned long w;
} EMAC_TX_CTL0
   

Allwinner H616 Manual