Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_HwAccess.h133 static inline void CanXL_SetMsgBuffIntCmd(CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_SetMsgBuffIntCmd() argument
135 uint8 ImaskCnt = msgBuffIdx/32U ; in CanXL_SetMsgBuffIntCmd()
137 uint32 temp = 1UL << (msgBuffIdx % 32U); in CanXL_SetMsgBuffIntCmd()
161 static inline void CanXL_ClearMsgDescIntStatusFlag(CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_ClearMsgDescIntStatusFlag() argument
163 uint32 flag = ((uint32)1U << (msgBuffIdx % 32U)); in CanXL_ClearMsgDescIntStatusFlag()
164 uint8 ImaskCnt = msgBuffIdx/32U; in CanXL_ClearMsgDescIntStatusFlag()
168 … inline uint8 CanXL_GetMsgDescIntStatusFlag(const CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_GetMsgDescIntStatusFlag() argument
173 uint8 ImaskCnt = msgBuffIdx/32U; in CanXL_GetMsgDescIntStatusFlag()
174 …flag = (uint8)(((base->MSGIFLAG[ImaskCnt] & (1U << (msgBuffIdx % 32))) >> (msgBuffIdx % 32U)) & 1U… in CanXL_GetMsgDescIntStatusFlag()
184 … inline uint8 CanXL_GetMsgBuffIntStatusFlag(const CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_GetMsgBuffIntStatusFlag() argument
[all …]