Home
last modified time | relevance | path

Searched refs:LCU_IP_DEV_ASSERT (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32k3/Mcl/src/
DLcu_Ip.c226 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 …]
/hal_nxp-3.6.0/s32/drivers/s32k3/Mcl/include/
DLcu_Ip_Devassert.h100 #define LCU_IP_DEV_ASSERT(x) Lcu_Ip_DevAssert(x) macro
104 #define LCU_IP_DEV_ASSERT(x) ((void)0)