Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c412 … if (CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descNo) >= CANEXCEL_DESC_STATE_FULL) in Canexcel_Ip_ConfigRx()
502 …if (CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descNo) <= CANEXCEL_DESC_STATE_NOTFUL… in Canexcel_Ip_RxDescriptor()
598 …if (CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descNo) <= CANEXCEL_DESC_STATE_NOTFUL… in Canexcel_Ip_TxDescriptor()
760 …if (CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descIdx) == CANEXCEL_DESC_STATE_EMPTY) in Canexcel_Ip_GetTransferStatus()
764 … if (CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descIdx) == CANEXCEL_DESC_STATE_FULL) in Canexcel_Ip_GetTransferStatus()
780 …if(CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descIdx) == CANEXCEL_DESC_STATE_OVERRU… in Canexcel_Ip_GetTransferStatus()
1902 return CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[Instance], descNo); in Canexcel_Ip_GetDescriptorStatus()
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_HwAccess.h445 static inline Canexcel_Ip_DescState CanXL_GetDesciptorState(const CANXL_DSC_CONTROL_Type * base, ui… in CanXL_GetDesciptorState() function