![]() |
Edge AI Add-on API 2.2.0
|
| #define VERIFY_VALID_ARG | ( | is_valid | ) |
#include <applications/gesture_recognition/src/hw_modules/common.h>
Macro for verifying that the provided argumets is valid. It will cause the exterior function to return an error code if it is not STATUS_INVALID_ARGUMENT.
| [in] | is_valid | boolean comparison on the validity of the argument. |