Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c1079 netc_tb_tgs_olse_t *resOlseBase; in NETC_GetTGSOperationList() local
1100resOlseBase = (netc_tb_tgs_olse_t *)(uintptr_t)(&((uint8_t *)handle->buffer)[36U + 8U * adminLen]); in NETC_GetTGSOperationList()
1101 if (resOlseBase->operControlListLength > length) in NETC_GetTGSOperationList()
1107 gcl->baseTime = resOlseBase->operBaseTime; in NETC_GetTGSOperationList()
1108 gcl->cycleTime = resOlseBase->operCycleTime; in NETC_GetTGSOperationList()
1109 gcl->extTime = resOlseBase->operCycleTimeExt; in NETC_GetTGSOperationList()
1110 gcl->numEntries = resOlseBase->operControlListLength; in NETC_GetTGSOperationList()
1112 (void)memcpy(gcl->gcList, &resOlseBase->operGcl[0], (gcl->numEntries * 8U)); in NETC_GetTGSOperationList()