Home
last modified time | relevance | path

Searched refs:TDCMEnable (Results 1 – 3 of 3) 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 …ANXL_SIC_BTDCC_FTDCEN(TDCEnable ? 1UL : 0UL) | CANXL_SIC_BTDCC_FTDMDIS(TDCMEnable ? 1UL : 0UL) | C… in CanXL_SetTDCOffsetFD()
640 …id CanXL_SetTDCOffsetXL(CANXL_SIC_Type * base, boolean TDCEnable, boolean TDCMEnable, uint8 Offset) in CanXL_SetTDCOffsetXL() argument
644 …ANXL_SIC_BTDCC_XTDCEN(TDCEnable ? 1UL : 0UL) | CANXL_SIC_BTDCC_XTDMDIS(TDCMEnable ? 1UL : 0UL) | C… 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/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c1530 …ype Canexcel_Ip_SetTDCOffsetFD(uint8 Instance, boolean TDCEnable, boolean TDCMEnable, uint8 Offset) in Canexcel_Ip_SetTDCOffsetFD() argument
1538 DevAssert(!((FALSE == TDCEnable) && (TRUE == TDCMEnable))); in Canexcel_Ip_SetTDCOffsetFD()
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
1564 DevAssert(!((FALSE == TDCEnable) && (TRUE == TDCMEnable))); in Canexcel_Ip_SetTDCOffsetXL()
1569 CanXL_SetTDCOffsetXL(Base, TDCEnable, TDCMEnable, Offset); in Canexcel_Ip_SetTDCOffsetXL()