Loading...
Searching...
No Matches

uwb-core DPL (Decawave Porting Layer) error types More...

Detailed Description

uwb-core DPL (Decawave Porting Layer) error types

Author
Francisco Molina franc.nosp@m.ois-.nosp@m.xavie.nosp@m.r.mo.nosp@m.lina@.nosp@m.inri.nosp@m.a.fr

Definition in file dpl_error.h.

#include "os/os_error.h"
+ Include dependency graph for dpl_error.h:
+ This graph shows which files directly or indirectly include this file:

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 Documentation

◆ dpl_error_t

typedef os_error_t dpl_error_t

dpl error type

Definition at line 51 of file dpl_error.h.

Enumeration Type Documentation

◆ dpl_error

enum dpl_error

DPL error types.

Definition at line 32 of file dpl_error.h.