20 #ifndef DPL_DPL_ERROR_H
21 #define DPL_DPL_ERROR_H
27 #include "os/os_error.h"
34 DPL_ENOMEM = OS_ENOMEM,
35 DPL_EINVAL = OS_EINVAL,
36 DPL_INVALID_PARAM = OS_INVALID_PARM,
37 DPL_MEM_NOT_ALIGNED = OS_MEM_NOT_ALIGNED,
38 DPL_BAD_MUTEX = OS_BAD_MUTEX,
39 DPL_TIMEOUT = OS_TIMEOUT,
40 DPL_ERR_IN_ISR = OS_ERR_IN_ISR,
41 DPL_ERR_PRIV = OS_ERR_PRIV,
42 DPL_OS_NOT_STARTED = OS_NOT_STARTED,
43 DPL_ENOENT = OS_ENOENT,
45 DPL_ERROR = OS_ERROR ,
dpl_error
DPL error types.
os_error_t dpl_error_t
dpl error type