Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c51 …state->msgDesc[mb_idx].noPointers = (CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[mb_idx].STA.DCST… in Canexcel_Ip_MainFunction()
236 …L_MSGD[instance]->MSGDSC[timeElapsed].LSTPNT.TXLSTPTR = (uint32)&pState->msgDesc[timeElapsed].list; in Canexcel_Ip_Init()
241 …L_MSGD[instance]->MSGDSC[timeElapsed].LSTPNT.RXLSTPTR = (uint32)&pState->msgDesc[timeElapsed].list; in Canexcel_Ip_Init()
340 state->msgDesc[descNo].isXLFrame = TRUE; in Canexcel_Ip_ConfigRx()
358 state->msgDesc[descNo].isXLFrame = FALSE; in Canexcel_Ip_ConfigRx()
373 state->msgDesc[descNo].isXLFrame = FALSE; in Canexcel_Ip_ConfigRx()
411 state->msgDesc[descNo].list[0U] = rxPtrList; in Canexcel_Ip_RxDescriptor()
466 state->msgDesc[descNo].list[0u] = txPtrList; in Canexcel_Ip_TxDescriptor()
476 Canexcel_Ip_apxState[instance]->msgDesc[mbIdx].isXLFrame = TRUE; in Canexcel_Ip_ConfigXlTx()
499 Canexcel_Ip_apxState[instance]->msgDesc[mbIdx].isXLFrame = FALSE; in Canexcel_Ip_ConfigFdTx()
[all …]
/hal_nxp-3.5.0/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_Types.h331 Canexcel_Ip_MDhandleType msgDesc[CANXL_MSG_DESCRIPTORS_MSGDSC_COUNT]; member