Searched refs:dbgm (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/ |
| D | fsl_enet_qos.c | 3447 ENET_QOS_Type *base, uint32_t addr, uint32_t *data, uint8_t gcrr, uint8_t read, uint8_t dbgm) in ENET_QOS_EstReadWriteWord() argument 3453 ENET_QOS_MTL_EST_GCL_CONTROL_DBGM(dbgm) | ENET_QOS_MTL_EST_GCL_CONTROL_GCRR(gcrr); in ENET_QOS_EstReadWriteWord() 3493 …NET_QOS_EstReadWord(ENET_QOS_Type *base, uint32_t addr, uint32_t *data, uint8_t gcrr, uint8_t dbgm) in ENET_QOS_EstReadWord() argument 3495 return ENET_QOS_EstReadWriteWord(base, addr, data, gcrr, 1, dbgm); in ENET_QOS_EstReadWord() 3649 uint8_t dbgm = 0; in ENET_QOS_EstReadGcl() local 3656 dbgm = 1; in ENET_QOS_EstReadGcl() 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() [all …]
|