Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_HwAccess.h628 …id CanXL_SetTDCOffsetFD(CANXL_SIC_Type * base, boolean TDCEnable, boolean TDCMEnable, uint8 Offset) in CanXL_SetTDCOffsetFD() argument
632 … ? 1UL : 0UL) | CANXL_SIC_BTDCC_FTDMDIS(TDCMEnable ? 1UL : 0UL) | CANXL_SIC_BTDCC_FTDCOFF(Offset)); in CanXL_SetTDCOffsetFD()
640 …id CanXL_SetTDCOffsetXL(CANXL_SIC_Type * base, boolean TDCEnable, boolean TDCMEnable, uint8 Offset) in CanXL_SetTDCOffsetXL() argument
644 … ? 1UL : 0UL) | CANXL_SIC_BTDCC_XTDMDIS(TDCMEnable ? 1UL : 0UL) | CANXL_SIC_BTDCC_XTDCOFF(Offset)); in CanXL_SetTDCOffsetXL()
DCanEXCEL_Ip.h495 …pe Canexcel_Ip_SetTDCOffsetFD(uint8 Instance, boolean TDCEnable, boolean TDCMEnable, uint8 Offset);
509 …pe Canexcel_Ip_SetTDCOffsetXL(uint8 Instance, boolean TDCEnable, boolean TDCMEnable, uint8 Offset);
/hal_nxp-3.6.0/s32/drivers/s32k3/Eth_GMAC/include/
DGmac_Ip.h817 Gmac_Ip_SysTimeCorrOffsetType Offset,
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c1530 …ype Canexcel_Ip_SetTDCOffsetFD(uint8 Instance, boolean TDCEnable, boolean TDCMEnable, uint8 Offset) in Canexcel_Ip_SetTDCOffsetFD() argument
1542 CanXL_SetTDCOffsetFD(Base, TDCEnable, TDCMEnable, Offset); in Canexcel_Ip_SetTDCOffsetFD()
1556 …ype Canexcel_Ip_SetTDCOffsetXL(uint8 Instance, boolean TDCEnable, boolean TDCMEnable, uint8 Offset) in Canexcel_Ip_SetTDCOffsetXL() argument
1569 CanXL_SetTDCOffsetXL(Base, TDCEnable, TDCMEnable, Offset); in Canexcel_Ip_SetTDCOffsetXL()
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip.h1130 Std_ReturnType Netc_EthSwt_Ip_CorrectPtpClk( uint8 SwitchIdx, sint64 Offset );
/hal_nxp-3.6.0/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c3100 Gmac_Ip_SysTimeCorrOffsetType Offset, in Gmac_Ip_SetSysTimeCorr() argument
3115 if (((uint32)Offset) != 0U) in Gmac_Ip_SetSysTimeCorr()
3127 …Base->MAC_SYSTEM_TIME_NANOSECONDS_UPDATE = GMAC_MAC_SYSTEM_TIME_NANOSECONDS_UPDATE_ADDSUB(Offset) | in Gmac_Ip_SetSysTimeCorr()
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c7265 Std_ReturnType Netc_EthSwt_Ip_CorrectPtpClk( uint8 SwitchIdx, sint64 Offset ) argument
7278 … NewOffset = OriginOffset + ((uint64) (Offset)); /* the offset could be positive or negative */