uwb-core DPL (Decawave Porting Layer) error types More...
uwb-core DPL (Decawave Porting Layer) error types
Definition in file dpl_error.h.
#include "os/os_error.h"
Go to the source code of this file.
Typedefs | |
typedef os_error_t | dpl_error_t |
dpl error type | |
Enumerations | |
enum | dpl_error { DPL_OK = OS_OK , DPL_ENOMEM = OS_ENOMEM , DPL_EINVAL = OS_EINVAL , DPL_INVALID_PARAM = OS_INVALID_PARM , DPL_MEM_NOT_ALIGNED = OS_MEM_NOT_ALIGNED , DPL_BAD_MUTEX = OS_BAD_MUTEX , DPL_TIMEOUT = OS_TIMEOUT , DPL_ERR_IN_ISR = OS_ERR_IN_ISR , DPL_ERR_PRIV = OS_ERR_PRIV , DPL_OS_NOT_STARTED = OS_NOT_STARTED , DPL_ENOENT = OS_ENOENT , DPL_EBUSY = OS_EBUSY , DPL_ERROR = OS_ERROR } |
DPL error types. More... | |
typedef os_error_t dpl_error_t |
dpl error type
Definition at line 51 of file dpl_error.h.
enum dpl_error |
DPL error types.
Definition at line 32 of file dpl_error.h.