
EMAC_TX_FLOW_CTL Контроллер Ethernet: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 TX_FLOW_CTL_STA Bit 31R/W 0x0 This bit indicates a pause frame transmission is in progress. Unused Bits 30 : 22TX_PAUSE_FRM_SLOT Bits 21 : 20R/W 0x0 The threshold of the pause timer at which the input flow control signal is PAUSE_TIME Bits 19 : 4R/W 0x0 The pause time field in the transmitted control frame. Unused Bits 3 : 2ZQP_FRM_EN Bit 1R/W 0x0 0: Disable TX_FLOW_CTL_EN Bit 0R/W 0x0 TX Flow Control Enable Команда U-Boot для чтения регистра md 502001c 1md 503001c 1 Bit fields structure
typedef union emac_tx_flow_ctl
{
struct
{
unsigned tx_flow_ctl_en : 1;
unsigned zqp_frm_en : 1;
unsigned unused0 : 2;
unsigned pause_time : 16;
unsigned tx_pause_frm_slot : 2;
unsigned unused1 : 9;
unsigned tx_flow_ctl_sta : 1;
} b;
unsigned long w;
} EMAC_TX_FLOW_CTL
|
![]() |