Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c256 if (CurrentHwIdx > (state->msgDesc[mb_idx].lastHwIdex)) in Canexcel_Ip_MainFunction()
258 … state->msgDesc[mb_idx].noPointers = CurrentHwIdx - (state->msgDesc[mb_idx].lastHwIdex); in Canexcel_Ip_MainFunction()
262 …state->msgDesc[mb_idx].noPointers = queue_depth - (state->msgDesc[mb_idx].lastHwIdex) + CurrentHwI… in Canexcel_Ip_MainFunction()
283 state->msgDesc[mb_idx].lastHwIdex = CurrentHwIdx; in Canexcel_Ip_MainFunction()
531 …CANEXCEL.EXL_MSGD[instance]->MSGDSC[u8MdCnt].LSTPNT.TXLSTPTR = (uint32)&pState->msgDesc[u8MdCnt].l… in Canexcel_Ip_Init()
536 …CANEXCEL.EXL_MSGD[instance]->MSGDSC[u8MdCnt].LSTPNT.RXLSTPTR = (uint32)&pState->msgDesc[u8MdCnt].l… in Canexcel_Ip_Init()
554 Canexcel_Ip_apxState[instance]->msgDesc[u8MdCnt].lastHwIdex = 0U; in Canexcel_Ip_Init()
555 Canexcel_Ip_apxState[instance]->msgDesc[u8MdCnt].noPointers = 0U; in Canexcel_Ip_Init()
558 Canexcel_Ip_apxState[instance]->msgDesc[u8MdCnt].isPending[u8MbCnt] = FALSE; in Canexcel_Ip_Init()
647 state->msgDesc[descNo].isXLFrame = TRUE; in Canexcel_Ip_ConfigRx()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_Types.h379 Canexcel_Ip_MDhandleType msgDesc[CANXL_MSG_DESCRIPTORS_MSGDSC_COUNT]; member