Searched refs:Offset (Results 1 – 7 of 7) sorted by relevance
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/include/ |
D | CanEXCEL_Ip_HwAccess.h | 628 …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()
|
D | CanEXCEL_Ip.h | 495 …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/ |
D | Gmac_Ip.h | 817 Gmac_Ip_SysTimeCorrOffsetType Offset,
|
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/ |
D | CanEXCEL_Ip.c | 1530 …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/ |
D | Netc_EthSwt_Ip.h | 1130 Std_ReturnType Netc_EthSwt_Ip_CorrectPtpClk( uint8 SwitchIdx, sint64 Offset );
|
/hal_nxp-3.6.0/s32/drivers/s32k3/Eth_GMAC/src/ |
D | Gmac_Ip.c | 3100 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/ |
D | Netc_EthSwt_Ip.c | 7265 Std_ReturnType Netc_EthSwt_Ip_CorrectPtpClk( uint8 SwitchIdx, sint64 Offset ) argument 7278 … NewOffset = OriginOffset + ((uint64) (Offset)); /* the offset could be positive or negative */
|