
EMAC_TX_CTL1 Контроллер Ethernet: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 TX_DMA_START Bit 31R/W 0x0 Transmit DMA FSM Start TX_DMA_EN Bit 30R/W 0x0 0: Stop TX DMA after the completion of current frame transmission. Unused Bits 29 : 11TX_TH Bits 10 : 8R/W 0x0 Threshold value of TX DMA FIFO Unused Bits 7 : 2TX_MD Bit 1R/W 0x0 Transmission Mode FLUSH_TX_FIFO Bit 0R/W 0x0 Flush the data in the TX FIFO Команда U-Boot для чтения регистра md 5020014 1md 5030014 1 Bit fields structure
typedef union emac_tx_ctl1
{
struct
{
unsigned flush_tx_fifo : 1;
unsigned tx_md : 1;
unsigned unused0 : 6;
unsigned tx_th : 3;
unsigned unused1 : 19;
unsigned tx_dma_en : 1;
unsigned tx_dma_start : 1;
} b;
unsigned long w;
} EMAC_TX_CTL1
|
![]() |