Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ethif.c463 … Cy_ETHIF_TransmitFrame(ETH_Type *base, uint8_t * pu8TxBuffer, uint16_t u16Length, uint8_t u8Queue… in Cy_ETHIF_TransmitFrame() argument
477 … if ((pu8TxBuffer == NULL) || (u16Length > CY_ETH_SIZE_MAX_FRAME) || (u8QueueIndex > CY_ETH_QS2_2)) in Cy_ETHIF_TransmitFrame()
495 SCB_CleanDCache_by_Addr((void*) (tmpBuffAdd.pAddr), (int32_t)u16Length); in Cy_ETHIF_TransmitFrame()
522 u16Length, in Cy_ETHIF_TransmitFrame()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ethif.h737 … Cy_ETHIF_TransmitFrame(ETH_Type *base, uint8_t * pu8TxBuffer, uint16_t u16Length, uint8_t u8Queue…