Searched refs:LCU_IP_DEV_ASSERT (Results 1 – 2 of 2) sorted by relevance
226 LCU_IP_DEV_ASSERT(NULL_PTR != pxLcuInit); in Lcu_Ip_Init()227 LCU_IP_DEV_ASSERT(NULL_PTR != pxLcuInit->ppxLogicOutputConfigArray); in Lcu_Ip_Init()228 LCU_IP_DEV_ASSERT(NULL_PTR != pxLcuInit->ppxLogicInputConfigArray); in Lcu_Ip_Init()302 LCU_IP_DEV_ASSERT(NULL_PTR != pConfig); in Lcu_Ip_LogicInstanceInit()1939 LCU_IP_DEV_ASSERT(NULL_PTR != pConfig); in Lcu_Ip_LogicInputInit()1956 LCU_IP_DEV_ASSERT(NULL_PTR != pConfig); in Lcu_Ip_LogicOutputInit()1980 LCU_IP_DEV_ASSERT(NULL_PTR != Lcu_Ip_pxInit); in Lcu_Ip_Deinit()1981 LCU_IP_DEV_ASSERT(NULL_PTR != Lcu_Ip_pxInit->pxLogicOutputResetConfigArray); in Lcu_Ip_Deinit()1982 LCU_IP_DEV_ASSERT(NULL_PTR != Lcu_Ip_pxInit->pxLogicInputResetConfigArray); in Lcu_Ip_Deinit()2090 LCU_IP_DEV_ASSERT(NULL_PTR != Lcu_Ip_pxInit); in Lcu_Ip_SetAsyncInputList()[all …]
100 #define LCU_IP_DEV_ASSERT(x) Lcu_Ip_DevAssert(x) macro104 #define LCU_IP_DEV_ASSERT(x) ((void)0)