Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c240 queue_depth = CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], mb_idx) + 1U; in Canexcel_Ip_MainFunction()
744 if (noOfPtrList >= (CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], descNo)+1U)) in Canexcel_Ip_RxDescriptor()
853 if (noOfPtrList >= (CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], descNo)+1U)) in Canexcel_Ip_TxDescriptor()
1024 if (0U == CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], descIdx)) in Canexcel_Ip_GetTransferStatus()
1136 if (bufferIdx > CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], (uint8)mb_idx)) in ValidateFrameDLC()
1166 if (bufferIdx > CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], (uint8)mb_idx)) in Canexcel_CompleteTxBuffers()
1207 queue_depth = CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], (uint8)mb_idx) + 1U; in Canexcel_Ip_RxTxIRQHandler()
DCanEXCEL_Ip_HwAccess.c103 uint8 CanXL_GetMDQueueDepth(const CANXL_GRP_CONTROL_Type * base,const uint8 MDindex) in CanXL_GetMDQueueDepth() function
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_HwAccess.h201 uint8 CanXL_GetMDQueueDepth(const CANXL_GRP_CONTROL_Type * base, const uint8 MDindex);