Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c3493 static status_t ENET_QOS_EstReadWord(ENET_QOS_Type *base, uint32_t addr, uint32_t *data, uint8_t gc… in ENET_QOS_EstReadWord() function
3660 rc = ENET_QOS_EstReadWord(base, (uint32_t)kENET_QOS_Ets_llr, &data, 1, dbgm); in ENET_QOS_EstReadGcl()
3674 rc = ENET_QOS_EstReadWord(base, (uint32_t)kENET_QOS_Ets_btr_high, &data, 1, dbgm); in ENET_QOS_EstReadGcl()
3683 rc = ENET_QOS_EstReadWord(base, (uint32_t)kENET_QOS_Ets_btr_low, &data, 1, dbgm); in ENET_QOS_EstReadGcl()
3692 rc = ENET_QOS_EstReadWord(base, (uint32_t)kENET_QOS_Ets_ctr_high, &data, 1, dbgm); in ENET_QOS_EstReadGcl()
3701 rc = ENET_QOS_EstReadWord(base, (uint32_t)kENET_QOS_Ets_ctr_low, &data, 1, dbgm); in ENET_QOS_EstReadGcl()
3710 rc = ENET_QOS_EstReadWord(base, (uint32_t)kENET_QOS_Ets_ter, &data, 1, dbgm); in ENET_QOS_EstReadGcl()
3722 rc = ENET_QOS_EstReadWord(base, i, &data, 0, dbgm); in ENET_QOS_EstReadGcl()