Searched refs:TDCEnable (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/ |
| D | CanEXCEL_Ip.c | 147 static inline void CanXL_SetTDCOffsetFD(CANXL_SIC_Type * base, boolean TDCEnable, boolean TDCMEnabl… in CanXL_SetTDCOffsetFD() argument 151 …base->BTDCC |= (CANXL_SIC_BTDCC_FTDCEN(TDCEnable ? 1UL : 0UL) | CANXL_SIC_BTDCC_FTDMDIS(TDCMEnable… in CanXL_SetTDCOffsetFD() 159 static inline void CanXL_SetTDCOffsetXL(CANXL_SIC_Type * base, boolean TDCEnable, boolean TDCMEnabl… in CanXL_SetTDCOffsetXL() argument 163 …base->BTDCC |= (CANXL_SIC_BTDCC_XTDCEN(TDCEnable ? 1UL : 0UL) | CANXL_SIC_BTDCC_XTDMDIS(TDCMEnable… in CanXL_SetTDCOffsetXL() 1922 Canexcel_Ip_StatusType Canexcel_Ip_SetTDCOffsetFD(uint8 Instance, boolean TDCEnable, boolean TDCMEn… in Canexcel_Ip_SetTDCOffsetFD() argument 1930 DevAssert(!((FALSE == TDCEnable) && (TRUE == TDCMEnable))); in Canexcel_Ip_SetTDCOffsetFD() 1934 CanXL_SetTDCOffsetFD(Base, TDCEnable, TDCMEnable, Offset); in Canexcel_Ip_SetTDCOffsetFD() 1948 Canexcel_Ip_StatusType Canexcel_Ip_SetTDCOffsetXL(uint8 Instance, boolean TDCEnable, boolean TDCMEn… in Canexcel_Ip_SetTDCOffsetXL() argument 1956 DevAssert(!((FALSE == TDCEnable) && (TRUE == TDCMEnable))); in Canexcel_Ip_SetTDCOffsetXL() 1961 CanXL_SetTDCOffsetXL(Base, TDCEnable, TDCMEnable, Offset); in Canexcel_Ip_SetTDCOffsetXL()
|
| /hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/ |
| D | CanEXCEL_Ip.h | 494 Canexcel_Ip_StatusType Canexcel_Ip_SetTDCOffsetFD(uint8 Instance, boolean TDCEnable, boolean TDCMEn… 508 Canexcel_Ip_StatusType Canexcel_Ip_SetTDCOffsetXL(uint8 Instance, boolean TDCEnable, boolean TDCMEn…
|