#include <applications/gesture_recognition/src/hw_modules/common.h>
Generic HW modules operation status code
This enumeration is used by various HW modules to provide information on their status. It may also be used by functions as a return code.
| Enumerator |
|---|
| STATUS_SUCCESS | Operation successful
|
| STATUS_ALREADY_IN_MODE | The operation failed because the module is already in the requested mode
|
| STATUS_HARDWARE_ERROR | There was an error communicating with hardware
|
| STATUS_UNSPECIFIED_ERROR | The operation failed with an unspecified error
|
| STATUS_INVALID_ARGUMENT | The argument supplied to the operation was invalid
|
| STATUS_NULL_ARGUMENT | The argument supplied to the operation was NULL
|
| STATUS_BUSY | The operation failed because the module was busy
|
| STATUS_UNAVAILABLE | The requested operation was not available
|
| STATUS_NOT_SUPPORTED | The operation or service not supported
|
| STATUS_TIMEOUT | The requested operation timeout
|