Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c113 …state->msgDesc[mb_idx].noPointers = (uint8)((CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[mb_idx].… in Canexcel_Ip_MainFunction()
310 …L_MSGD[instance]->MSGDSC[timeElapsed].LSTPNT.TXLSTPTR = (uint32)&pState->msgDesc[timeElapsed].list; in Canexcel_Ip_Init()
315 …L_MSGD[instance]->MSGDSC[timeElapsed].LSTPNT.RXLSTPTR = (uint32)&pState->msgDesc[timeElapsed].list; in Canexcel_Ip_Init()
421 state->msgDesc[descNo].isXLFrame = TRUE; in Canexcel_Ip_ConfigRx()
441 state->msgDesc[descNo].isXLFrame = FALSE; in Canexcel_Ip_ConfigRx()
456 state->msgDesc[descNo].isXLFrame = FALSE; in Canexcel_Ip_ConfigRx()
512 state->msgDesc[descNo].list[0U] = rxPtrList; in Canexcel_Ip_RxDescriptor()
516 state->msgDesc[descNo].list[noOfPtrList] = rxPtrList; in Canexcel_Ip_RxDescriptor()
608 state->msgDesc[descNo].list[0U] = txPtrList; in Canexcel_Ip_TxDescriptor()
612 state->msgDesc[descNo].list[noOfPtrList] = txPtrList; in Canexcel_Ip_TxDescriptor()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_Types.h375 Canexcel_Ip_MDhandleType msgDesc[CANXL_MSG_DESCRIPTORS_MSGDSC_COUNT]; member