Searched refs:msgBuffIdx (Results 1 – 1 of 1) sorted by relevance
328 static inline void CanXL_SetMsgBuffIntCmd(CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_SetMsgBuffIntCmd() argument330 uint8 ImaskCnt = (uint8)(msgBuffIdx/32U) ; in CanXL_SetMsgBuffIntCmd()332 uint32 temp = 1UL << (msgBuffIdx % 32U); in CanXL_SetMsgBuffIntCmd()359 static inline void CanXL_ClearMsgDescIntStatusFlag(CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_ClearMsgDescIntStatusFlag() argument361 uint32 flag = ((uint32)1U << (msgBuffIdx % 32U)); in CanXL_ClearMsgDescIntStatusFlag()362 uint8 ImaskCnt = (uint8)(msgBuffIdx/32U); in CanXL_ClearMsgDescIntStatusFlag()372 … inline uint8 CanXL_GetMsgDescIntStatusFlag(const CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_GetMsgDescIntStatusFlag() argument376 uint8 ImaskCnt = (uint8)(msgBuffIdx/32U); in CanXL_GetMsgDescIntStatusFlag()377 …int8)((((uint32)base->MSGIFLAG[ImaskCnt] & ((uint32)1U << (msgBuffIdx % 32U))) >> (msgBuffIdx % 32… in CanXL_GetMsgDescIntStatusFlag()387 … inline uint8 CanXL_GetMsgBuffIntStatusFlag(const CANXL_GRP_CONTROL_Type * base, uint32 msgBuffIdx) in CanXL_GetMsgBuffIntStatusFlag() argument[all …]