Searched refs:RPMSG_ERROR_BASE (Results 1 – 2 of 2) sorted by relevance
36 #define RPMSG_ERROR_BASE -2000 macro37 #define RPMSG_ERR_NO_MEM (RPMSG_ERROR_BASE - 1)38 #define RPMSG_ERR_NO_BUFF (RPMSG_ERROR_BASE - 2)39 #define RPMSG_ERR_PARAM (RPMSG_ERROR_BASE - 3)40 #define RPMSG_ERR_DEV_STATE (RPMSG_ERROR_BASE - 4)41 #define RPMSG_ERR_BUFF_SIZE (RPMSG_ERROR_BASE - 5)42 #define RPMSG_ERR_INIT (RPMSG_ERROR_BASE - 6)43 #define RPMSG_ERR_ADDR (RPMSG_ERROR_BASE - 7)
Completed in 9 milliseconds