Searched refs:rxgetbuff (Results 1 – 2 of 2) sorted by relevance
313 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()
596 cy_ethif_rx_getbuffer_cb_t rxgetbuff; /**< Get buffer for Receive Frame */ member