Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd.c2631 uint32_t emacSetIfSpeed(void *pD, CEDI_IfSpeed speedSel) in emacSetIfSpeed() argument
2643 switch (speedSel) { in emacSetIfSpeed()
2661 uint32_t emacGetIfSpeed(void *pD, CEDI_IfSpeed *speedSel) in emacGetIfSpeed() argument
2665 if ((pD==NULL)||(speedSel==NULL)) in emacGetIfSpeed()
2670 *speedSel = CEDI_SPEED_1000M; in emacGetIfSpeed()
2672 *speedSel = CEDI_SPEED_100M; in emacGetIfSpeed()
2674 *speedSel = CEDI_SPEED_10M; in emacGetIfSpeed()
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dcedi.h1532 uint32_t (*setIfSpeed)(void* pD, CEDI_IfSpeed speedSel);
1541 uint32_t (*getIfSpeed)(void* pD, CEDI_IfSpeed* speedSel);