Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c1898 uint32 LookaheadTime; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry() local
1920LookaheadTime = IP_NETC__NETC_IERB->CFG_ENETC_INST[0U].ETGSLR + IP_NETC__ENETC0_PORT->PTGSATOR; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()
1923 if (TimeGateSchedulingTableEntry->AdminBaseTime >= (CurrentTime + LookaheadTime)) in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()
1929 …CycleFactor = (uint32)(CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime) … in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c3744 uint32 LookaheadTime; local
3767LookaheadTime = IP_NETC__NETC_IERB->CFG_SW_INST[0U].STGSLR; /* [Ricky]TODO: this register is not a…
3770 if (TimeGateSchedulingTableEntry->AdminBaseTime >= (CurrentTime + LookaheadTime))
3776 …CycleFactor = (uint32)(CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime) …