Home
last modified time | relevance | path

Searched refs:CEDI_TXD_LEN_MASK (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dedd_int.h75 #define CEDI_TXD_LEN_MASK ((1 << 14) - 1) macro
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd_tx.c453 prm->length = stat & CEDI_TXD_LEN_MASK; in emacDeQTxBuf()