|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Enumerations | |
| enum | { VALIDATION_ENV_POWER_UP = 0 , VALIDATION_ENV_DRIVER = BIT(0) } |
Functions | |
| int | infuse_validation_env (const struct device *dev, uint8_t flags) |
| Validate the behaviour of an environmental sensor. | |
| anonymous enum |
#include <infuse/validation/env.h>
| Enumerator | |
|---|---|
| VALIDATION_ENV_POWER_UP | Validate that sensor powers up. |
| VALIDATION_ENV_DRIVER | Rigorous driver behavioural tests. |
| int infuse_validation_env | ( | const struct device * | dev, |
| uint8_t | flags ) |
#include <infuse/validation/env.h>
Validate the behaviour of an environmental sensor.
| dev | Environmental sensor |
| flags | Validation tests to run |
| 0 | On success |
| -errno | On failure |