Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_HwAccess.h628 static inline void CanXL_SetTDCOffsetFD(CANXL_SIC_Type * base, boolean TDCEnable, boolean TDCMEnabl… in CanXL_SetTDCOffsetFD() argument
632 …base->BTDCC |= (CANXL_SIC_BTDCC_FTDCEN(TDCEnable ? 1UL : 0UL) | CANXL_SIC_BTDCC_FTDMDIS(TDCMEnable… in CanXL_SetTDCOffsetFD()
640 static inline void CanXL_SetTDCOffsetXL(CANXL_SIC_Type * base, boolean TDCEnable, boolean TDCMEnabl… in CanXL_SetTDCOffsetXL() argument
644 …base->BTDCC |= (CANXL_SIC_BTDCC_XTDCEN(TDCEnable ? 1UL : 0UL) | CANXL_SIC_BTDCC_XTDMDIS(TDCMEnable… in CanXL_SetTDCOffsetXL()
DCanEXCEL_Ip.h495 Canexcel_Ip_StatusType Canexcel_Ip_SetTDCOffsetFD(uint8 Instance, boolean TDCEnable, boolean TDCMEn…
509 Canexcel_Ip_StatusType Canexcel_Ip_SetTDCOffsetXL(uint8 Instance, boolean TDCEnable, boolean TDCMEn…
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c1530 Canexcel_Ip_StatusType Canexcel_Ip_SetTDCOffsetFD(uint8 Instance, boolean TDCEnable, boolean TDCMEn… 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 Canexcel_Ip_StatusType Canexcel_Ip_SetTDCOffsetXL(uint8 Instance, boolean TDCEnable, boolean TDCMEn… 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()