Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dcedi.h2790 uint32_t (*setPtpRxUnicastIpAddr)(void* pD, uint32_t rxAddr);
2800 uint32_t (*getPtpRxUnicastIpAddr)(void* pD, uint32_t* rxAddr);
/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd.c3396 uint32_t emacSetPtpRxUnicastIpAddr(void *pD, uint32_t rxAddr) in emacSetPtpRxUnicastIpAddr() argument
3406 EMAC_REGS__RX_PTP_UNICAST__ADDRESS__MODIFY(reg, rxAddr); in emacSetPtpRxUnicastIpAddr()
3411 uint32_t emacGetPtpRxUnicastIpAddr(void *pD, uint32_t *rxAddr) in emacGetPtpRxUnicastIpAddr() argument
3413 if ((pD==NULL)||(rxAddr==NULL)) in emacGetPtpRxUnicastIpAddr()
3415 *rxAddr= EMAC_REGS__RX_PTP_UNICAST__ADDRESS__READ( in emacGetPtpRxUnicastIpAddr()