Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c2095 wTgsList.baseTime = time; in EP_TxPortTGSEnable()
2163 if ((config->numEntries > 0U) && (config->baseTime < minBaseTime)) in EP_TxTGSConfigAdminGcl()
2165 config->baseTime += in EP_TxTGSConfigAdminGcl()
2166 … (((uint64_t)ceil(((double)minBaseTime - (double)config->baseTime) / (double)config->cycleTime))) * in EP_TxTGSConfigAdminGcl()
Dfsl_netc_switch.c2217 wTgsList.baseTime = time; in SWT_TxPortTGSEnable()
2282 if ((config->numEntries > 0U) && (config->baseTime < minBaseTime)) in SWT_TxTGSConfigAdminGcl()
2284 config->baseTime += in SWT_TxTGSConfigAdminGcl()
2285 … (((uint64_t)ceil(((double)minBaseTime - (double)config->baseTime) / (double)config->cycleTime))) * in SWT_TxTGSConfigAdminGcl()
Dfsl_netc.h2874 uint64_t baseTime; /*!< Base Time */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c3569 data = (uint32_t)(gcl->baseTime >> 32U); in ENET_QOS_EstProgramGcl()
3577 data = (uint32_t)gcl->baseTime; in ENET_QOS_EstProgramGcl()
3680 gcl->baseTime = (uint64_t)data << 32U; in ENET_QOS_EstReadGcl()
3689 gcl->baseTime |= data; in ENET_QOS_EstReadGcl()
Dfsl_enet_qos.h510 uint64_t baseTime; /*! Base Time 32 bits seconds 32 bits nanoseconds */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c1036 (void)memcpy((void *)&handle->buffer->tgs.request.cfge, (void *)&config->baseTime, 20); in NETC_ConfigTGSAdminList()
1107 gcl->baseTime = resOlseBase->operBaseTime; in NETC_GetTGSOperationList()