Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c558 Canexcel_Ip_apxState[instance]->msgDesc[u8MdCnt].isPending[u8MbCnt] = FALSE; in Canexcel_Ip_Init()
750 if (FALSE == state->msgDesc[descNo].isPending[noOfPtrList]) in Canexcel_Ip_RxDescriptor()
752 state->msgDesc[descNo].isPending[noOfPtrList] = TRUE; in Canexcel_Ip_RxDescriptor()
859 if (FALSE == state->msgDesc[descNo].isPending[noOfPtrList]) in Canexcel_Ip_TxDescriptor()
861 state->msgDesc[descNo].isPending[noOfPtrList] = TRUE; in Canexcel_Ip_TxDescriptor()
1150 state->msgDesc[mb_idx].isPending[bufferIdx] = FALSE; in ValidateFrameDLC()
1174 state->msgDesc[mb_idx].isPending[bufferIdx] = FALSE; in Canexcel_CompleteTxBuffers()
2340 boolean isPending = FALSE; in Canexcel_Ip_AbortMD() local
2344 if (TRUE == state->msgDesc[descNo].isPending[u8MbCnt]) in Canexcel_Ip_AbortMD()
2346 isPending = TRUE; in Canexcel_Ip_AbortMD()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_Types.h361 …boolean isPending[16]; /**< TRUE when the user pushes a pointer to the mb, FALSE when … member