Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c3747 status_t ENET_QOS_ReadRxParser(ENET_QOS_Type *base, enet_qos_rxp_config_t *rxpConfig, uint16_t entr… in ENET_QOS_ReadRxParser() argument
3749 assert(rxpConfig != NULL); in ENET_QOS_ReadRxParser()
3786 dataPtr = (uint32_t *)(void *)&rxpConfig[entryIndex]; in ENET_QOS_ReadRxParser()
3806 status_t ENET_QOS_ConfigureRxParser(ENET_QOS_Type *base, enet_qos_rxp_config_t *rxpConfig, uint16_t… in ENET_QOS_ConfigureRxParser() argument
3808 assert(rxpConfig != NULL); in ENET_QOS_ConfigureRxParser()
3844 dataPtr = (uint32_t *)(void *)&rxpConfig[count]; in ENET_QOS_ConfigureRxParser()
Dfsl_enet_qos.h1415 status_t ENET_QOS_ConfigureRxParser(ENET_QOS_Type *base, enet_qos_rxp_config_t *rxpConfig, uint16_t…
1428 status_t ENET_QOS_ReadRxParser(ENET_QOS_Type *base, enet_qos_rxp_config_t *rxpConfig, uint16_t entr…