This page provides a brief explanation of µC/LIB error codes defined in lib_def.h
. Any error codes not listed here may be searched in
for both their numerical value and usage.lib_def
.h
Error codes list
Group | Code | Name | Description |
---|---|---|---|
Generic | 0 | LIB_ERR_NONE | No error. |
Memory | 10000 | LIB_MEM_ERR_NONE | No error. |
10001 | LIB_MEM_ERR_NULL_PTR | Invalid device number. | |
10100 | USBD_ERR_DEV_INVALID_STATE | Invalid device state. | |
10101 | USBD_ERR_DEV_INVALID_SPD | Invalid device speed. | |
10110 | USBD_ERR_DEV_UNAVAIL_FEAT | Device does not support requested feature. | |
10111 | |||
10112 | |||
10120 | |||
10130 | |||
10131 | |||
10132 | |||
10133 | |||
10135 | |||
10136 | |||
10200 | |||
10201 | |||
10205 | |||
10206 | |||
10207 | |||
10210 | |||
10211 | |||
10215 |