::ethernet::rgmii_tx::

Enum ByteToTransmit

enum ByteToTransmit {
Nothing,
Preamble { val: uint<8> },
Byte { val: uint<8> },
Crc { idx: uint<2> },
}