Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dcedi.h2811 uint32_t (*setPtpTxUnicastIpAddr)(void* pD, uint32_t txAddr);
2821 uint32_t (*getPtpTxUnicastIpAddr)(void* pD, uint32_t* txAddr);
/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd.c3421 uint32_t emacSetPtpTxUnicastIpAddr(void *pD, uint32_t txAddr) in emacSetPtpTxUnicastIpAddr() argument
3431 EMAC_REGS__TX_PTP_UNICAST__ADDRESS__MODIFY(reg, txAddr); in emacSetPtpTxUnicastIpAddr()
3436 uint32_t emacGetPtpTxUnicastIpAddr(void *pD, uint32_t *txAddr) in emacGetPtpTxUnicastIpAddr() argument
3438 if ((pD==NULL)||(txAddr==NULL)) in emacGetPtpTxUnicastIpAddr()
3440 *txAddr= EMAC_REGS__TX_PTP_UNICAST__ADDRESS__READ( in emacGetPtpTxUnicastIpAddr()