Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c3514 #define EST_MAX_INTERVAL ((1UL << ENET_QOS_EST_WID) - 1U) in ENET_QOS_EstProgramGcl()
3515 #define EST_MAX_GATE ((1UL << (32U - ENET_QOS_EST_WID)) - 1U) in ENET_QOS_EstProgramGcl()
3558 data = gateOp->interval | (gateOp->gate << ENET_QOS_EST_WID); in ENET_QOS_EstProgramGcl()
3729 gateOp->gate = data >> ENET_QOS_EST_WID; in ENET_QOS_EstReadGcl()
Dfsl_enet_qos.h125 #define ENET_QOS_EST_WID (24U) /*!< Width of the time interval in Gate Control List */ macro