Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_HwAccess.h334 static inline void CanXL_ClearMsgDescIntStatusFlag(CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_ClearMsgDescIntStatusFlag() argument
336 uint32 flag = ((uint32)1U << (msgBuffIdx % 32U)); in CanXL_ClearMsgDescIntStatusFlag()
337 uint8 ImaskCnt = (uint8)(msgBuffIdx/32U); in CanXL_ClearMsgDescIntStatusFlag()
347 … inline uint8 CanXL_GetMsgDescIntStatusFlag(const CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_GetMsgDescIntStatusFlag() argument
351 uint8 ImaskCnt = (uint8)(msgBuffIdx/32U); in CanXL_GetMsgDescIntStatusFlag()
352 …int8)((((uint32)base->MSGIFLAG[ImaskCnt] & ((uint32)1U << (msgBuffIdx % 32U))) >> (msgBuffIdx % 32… in CanXL_GetMsgDescIntStatusFlag()
362 … inline uint8 CanXL_GetMsgBuffIntStatusFlag(const CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_GetMsgBuffIntStatusFlag() argument
367 uint8 ImaskCnt = (uint8)(msgBuffIdx/32U); in CanXL_GetMsgBuffIntStatusFlag()
370 flag = (uint8)(((base->MSGIFLAG[ImaskCnt] & mask) >> (msgBuffIdx % 32U)) & 1U); in CanXL_GetMsgBuffIntStatusFlag()
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c68 static inline void CanXL_SetMsgBuffIntCmd(CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_SetMsgBuffIntCmd() argument
70 uint8 ImaskCnt = (uint8)(msgBuffIdx/32U) ; in CanXL_SetMsgBuffIntCmd()
72 uint32 temp = 1UL << (msgBuffIdx % 32U); in CanXL_SetMsgBuffIntCmd()