Home
last modified time | relevance | path

Searched refs:_FIRST_ERR (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dplustek-pp.h215 #define _FIRST_ERR -9000 macro
217 #define _E_INIT (_FIRST_ERR-1) /* already initialized */
218 #define _E_NOT_INIT (_FIRST_ERR-2) /* not initialized */
219 #define _E_NULLPTR (_FIRST_ERR-3) /* internal NULL-PTR detected */
220 #define _E_ALLOC (_FIRST_ERR-4) /* error allocating memory */
221 #define _E_TIMEOUT (_FIRST_ERR-5) /* signals a timeout condition */
222 #define _E_INVALID (_FIRST_ERR-6) /* invalid parameter detected */
223 #define _E_INTERNAL (_FIRST_ERR-7) /* internal error */
224 #define _E_BUSY (_FIRST_ERR-8) /* device is already in use */
225 #define _E_ABORT (_FIRST_ERR
[all...]
H A Dplustek.h183 #define _FIRST_ERR -9000 macro
185 #define _E_ALLOC (_FIRST_ERR-1) /**< error allocating memory */
186 #define _E_INVALID (_FIRST_ERR-2) /**< invalid parameter detected */
187 #define _E_INTERNAL (_FIRST_ERR-3) /**< internal error */
188 #define _E_ABORT (_FIRST_ERR-4) /**< operation aborted */
190 #define _E_LAMP_NOT_IN_POS (_FIRST_ERR-10)
191 #define _E_LAMP_NOT_STABLE (_FIRST_ERR-11)
192 #define _E_NODATA (_FIRST_ERR-12)
193 #define _E_BUFFER_TOO_SMALL (_FIRST_ERR-13)
194 #define _E_DATAREAD (_FIRST_ERR
[all...]

Completed in 3 milliseconds