Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
env.h
Go to the documentation of this file.
1
9#ifndef INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_ENV_H_
10#define INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_ENV_H_
11
12#include <zephyr/device.h>
13#include <zephyr/sys/util.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
24enum {
29};
30
40int infuse_validation_env(const struct device *dev, uint8_t flags);
41
46#ifdef __cplusplus
47}
48#endif
49
50#endif /* INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_ENV_H_ */
int infuse_validation_env(const struct device *dev, uint8_t flags)
Validate the behaviour of an environmental sensor.
@ VALIDATION_ENV_POWER_UP
Validate that sensor powers up.
Definition env.h:26
@ VALIDATION_ENV_DRIVER
Rigorous driver behavioural tests.
Definition env.h:28