Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c742 …uint8 noOfPtrList = (uint8)((CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCSTA & CANXL_DS… in Canexcel_Ip_RxDescriptor() local
744 if (noOfPtrList >= (CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], descNo)+1U)) in Canexcel_Ip_RxDescriptor()
747 noOfPtrList = 0U; in Canexcel_Ip_RxDescriptor()
750 if (FALSE == state->msgDesc[descNo].isPending[noOfPtrList]) in Canexcel_Ip_RxDescriptor()
752 state->msgDesc[descNo].isPending[noOfPtrList] = TRUE; in Canexcel_Ip_RxDescriptor()
753 state->msgDesc[descNo].list[noOfPtrList] = rxPtrList; in Canexcel_Ip_RxDescriptor()
851 …uint8 noOfPtrList = (uint8)((CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCSTA & CANXL_DS… in Canexcel_Ip_TxDescriptor() local
853 if (noOfPtrList >= (CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], descNo)+1U)) in Canexcel_Ip_TxDescriptor()
856 noOfPtrList = 0U; in Canexcel_Ip_TxDescriptor()
859 if (FALSE == state->msgDesc[descNo].isPending[noOfPtrList]) in Canexcel_Ip_TxDescriptor()
[all …]