Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip_Irq.c42 #if (CANXL_SIC_INSTANCE_COUNT > 1U)
DCanEXCEL_Ip.c34 static Canexcel_Ip_StateType * Canexcel_Ip_apxState[CANXL_SIC_INSTANCE_COUNT];
137 DevAssert(instance < CANXL_SIC_INSTANCE_COUNT); in Canexcel_Ip_ConfigTimeStamp()
162 DevAssert(instance < CANXL_SIC_INSTANCE_COUNT); in Canexcel_Ip_SetStopMode()
832 DevAssert(instance < CANXL_SIC_INSTANCE_COUNT); in Canexcel_Ip_GetStopMode()
848 DevAssert(instance < CANXL_SIC_INSTANCE_COUNT); in Canexcel_Ip_ConfigRxFifo()
/hal_nxp-3.5.0/s32/drivers/s32ze/BaseNXP/header/
DS32Z2_CANXL_SIC.h94 #define CANXL_SIC_INSTANCE_COUNT (2u) macro