Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c814 handle->buffer->sgcl.request.cfge.cycleTime = config->cycleTime; in NETC_AddSGCLTableEntry()
876 gcl->cycleTime = handle->buffer->sgcl.request.cfge.cycleTime; in NETC_GetSGCLGateList()
1108 gcl->cycleTime = resOlseBase->operCycleTime; in NETC_GetTGSOperationList()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c2087 … netc_tb_tgs_gcl_t wTgsList = {.cycleTime = 1000000U, .numEntries = 2U, .gcList = &gate[0]}; in EP_TxPortTGSEnable()
2132 uint32_t cycleTime; in EP_TxTGSConfigAdminGcl() local
2150cycleTime = ((netc_tb_tgs_olse_t *)(uintptr_t)(&((uint8_t *)cdbrHandle.buffer)[36U]))->operCycleTi… in EP_TxTGSConfigAdminGcl()
2161 minBaseTime = time + 100100U + (2U * cycleTime); in EP_TxTGSConfigAdminGcl()
2166 … (((uint64_t)ceil(((double)minBaseTime - (double)config->baseTime) / (double)config->cycleTime))) * in EP_TxTGSConfigAdminGcl()
2167 config->cycleTime; in EP_TxTGSConfigAdminGcl()
Dfsl_netc_switch.c2211 ….entryID = (netc_tb_tgs_entry_id_t)portIdx, .cycleTime = 1000000U, .numEntries = 2U, .gcList = &ga… in SWT_TxPortTGSEnable()
2252 uint32_t cycleTime; in SWT_TxTGSConfigAdminGcl() local
2270cycleTime = ((netc_tb_tgs_olse_t *)(uintptr_t)(&((uint8_t *)cdbrHandle.buffer)[36U]))->operCycleTi… in SWT_TxTGSConfigAdminGcl()
2280 minBaseTime = time + 100100U + (2U * cycleTime); in SWT_TxTGSConfigAdminGcl()
2285 … (((uint64_t)ceil(((double)minBaseTime - (double)config->baseTime) / (double)config->cycleTime))) * in SWT_TxTGSConfigAdminGcl()
2286 config->cycleTime; in SWT_TxTGSConfigAdminGcl()
Dfsl_netc.h1963 uint32_t cycleTime; /*!< Cycle Time */ member
2023 uint32_t cycleTime; /*!< Cycle Time */ member
2875 uint32_t cycleTime; /*!< Cycle Time */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c3585 data = (uint32_t)(gcl->cycleTime >> 32U); in ENET_QOS_EstProgramGcl()
3593 data = (uint32_t)gcl->cycleTime; in ENET_QOS_EstProgramGcl()
3698 gcl->cycleTime = (uint64_t)data << 32U; in ENET_QOS_EstReadGcl()
3707 gcl->cycleTime |= data; in ENET_QOS_EstReadGcl()
Dfsl_enet_qos.h511 uint64_t cycleTime; /*! Cycle Time 32 bits seconds 32 bits nanoseconds */ member