Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c8703 uint64 NewOffset; local
8712NewOffset = OriginOffset + ((uint64) (Offset)); /* the offset could be positive or negative */
8715 Netc_EthSwt_Ip_TimerBase->TMROFF_L = (uint32)NewOffset;
8716 Netc_EthSwt_Ip_TimerBase->TMROFF_H = (uint32)(NewOffset >> NETC_ETHSWT_IP_32BIT_SHIFT);