Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ethif.c313 stccallbackfunctions[u8EthIfInstance].rxgetbuff = NULL; in Cy_ETHIF_Init()
436 stccallbackfunctions[u8EthIfInstance].rxgetbuff = cbFuncsList->rxgetbuff; in Cy_ETHIF_RegisterCallbacks()
1655 if (stccallbackfunctions[u8EthIfInstance].rxgetbuff != NULL) in Cy_ETHIF_EventRxFrame()
1657 stccallbackfunctions[u8EthIfInstance].rxgetbuff(base, (uint8_t**)&rxBufAddr, &bufLen); in Cy_ETHIF_EventRxFrame()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ethif.h596 cy_ethif_rx_getbuffer_cb_t rxgetbuff; /**< Get buffer for Receive Frame */ member