Searched refs:MD_ERRORBASE (Results 1 – 1 of 1) sorted by relevance
88 #define MD_ERRORBASE 0x80U macro89 #define MD_ERROR (MD_ERRORBASE + 0x00U) /* error */90 #define MD_RESOURCEERROR (MD_ERRORBASE + 0x01U) /* no resource available */91 #define MD_PARITYERROR (MD_ERRORBASE + 0x02U) /* UARTn parity error n=0,1,2 */93 #define MD_FRAMEERROR (MD_ERRORBASE + 0x04U) /* UARTn frame error n=0,1,2 */94 #define MD_ARGERROR (MD_ERRORBASE + 0x05U) /* Error agrument input error */96 #define MD_SETPROHIBITED (MD_ERRORBASE + 0x07U) /* setting prohibited */99 #define MD_STSERROR (MD_ERRORBASE + 0x0AU) /* CAN status error */101 #define MD_NOMSG (MD_ERRORBASE + 0x0CU) /* CAN message not received */102 #define MD_ERROR1 (MD_ERRORBASE + 0x0DU) /* error 1 */[all …]
Completed in 9 milliseconds