Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c236 flag_reg = CanXL_GetMsgDescIntStatusFlag(CANEXCEL.EXL_GRP[instance], mb_idx); in Canexcel_Ip_MainFunction()
254 …} while ((0U != CanXL_GetMsgDescIntStatusFlag(CANEXCEL.EXL_GRP[instance], mb_idx)) && (timeout < q… in Canexcel_Ip_MainFunction()
1221 …} while ((0U != CanXL_GetMsgDescIntStatusFlag(CANEXCEL.EXL_GRP[instance], mb_idx)) && (timeout < q… in Canexcel_Ip_RxTxIRQHandler()
2325 return CanXL_GetMsgDescIntStatusFlag(Base, descNo); in Canexcel_Ip_GetMsgDescIntStatusFlag()
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_HwAccess.h347 static inline uint8 CanXL_GetMsgDescIntStatusFlag(const CANXL_GRP_CONTROL_Type * base, uint32 msgBu… in CanXL_GetMsgDescIntStatusFlag() function