Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ethif.c95 static void Cy_ETHIF_EventRxFrame(void *pcy_privatedata, uint8_t u8qnum);
123 .rxFrame = (CEDI_CbRxFrame)Cy_ETHIF_EventRxFrame,
1630 static void Cy_ETHIF_EventRxFrame(void *pcy_privatedata, uint8_t u8qnum) in Cy_ETHIF_EventRxFrame() function