Searched refs:ARB (Results 1 – 3 of 3) sorted by relevance
425 mir->ARB &= ~CAN_MIR_ARB_MSGVAL; in CAN_SetIdAndFilter()437 mir->ARB = (mir->ARB & ~_CAN_MIR_ARB_ID_MASK) in CAN_SetIdAndFilter()443 mir->ARB = (mir->ARB & ~(_CAN_MIR_ARB_ID_MASK | CAN_MIR_ARB_XTD_STD)) in CAN_SetIdAndFilter()525 mir->ARB &= ~CAN_MIR_ARB_MSGVAL; in CAN_ConfigureMessageObject()529 mir->ARB = (mir->ARB & ~(_CAN_MIR_ARB_DIR_MASK | _CAN_MIR_ARB_MSGVAL_MASK)) in CAN_ConfigureMessageObject()599 mir->ARB &= ~CAN_MIR_ARB_MSGVAL; in CAN_SendMessage()605 && ((mir->ARB & _CAN_MIR_ARB_DIR_MASK) == CAN_MIR_ARB_DIR_TX)) ) { in CAN_SendMessage()615 || ((mir->ARB & _CAN_MIR_ARB_DIR_MASK) == CAN_MIR_ARB_DIR_RX)) { in CAN_SendMessage()630 mir->ARB = (mir->ARB & ~_CAN_MIR_ARB_ID_MASK) in CAN_SendMessage()636 mir->ARB = (mir->ARB & ~(_CAN_MIR_ARB_ID_MASK | _CAN_MIR_ARB_XTD_MASK)) in CAN_SendMessage()[all …]
48 __IOM uint32_t ARB; /**< Interface Arbitration Register */ member