Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c3747 …t ENET_QOS_ReadRxParser(ENET_QOS_Type *base, enet_qos_rxp_config_t *rxpConfig, uint16_t entryIndex) in ENET_QOS_ReadRxParser() argument
3750 assert(entryIndex < ENET_QOS_RXP_ENTRY_COUNT); in ENET_QOS_ReadRxParser()
3768 … value = ENET_QOS_MTL_RXP_INDIRECT_ACC_CONTROL_STATUS_ADDR((uint32_t)entrySize * entryIndex + i); in ENET_QOS_ReadRxParser()
3786 dataPtr = (uint32_t *)(void *)&rxpConfig[entryIndex]; in ENET_QOS_ReadRxParser()
Dfsl_enet_qos.h1428 … ENET_QOS_ReadRxParser(ENET_QOS_Type *base, enet_qos_rxp_config_t *rxpConfig, uint16_t entryIndex);