Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ENV validation API

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.
 

Detailed Description

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

#include <infuse/validation/env.h>

Enumerator
VALIDATION_ENV_POWER_UP 

Validate that sensor powers up.

VALIDATION_ENV_DRIVER 

Rigorous driver behavioural tests.

Function Documentation

◆ infuse_validation_env()

int infuse_validation_env ( const struct device * dev,
uint8_t flags )

#include <infuse/validation/env.h>

Validate the behaviour of an environmental sensor.

Parameters
devEnvironmental sensor
flagsValidation tests to run
Return values
0On success
-errnoOn failure