10#ifndef INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_IMU_H_
11#define INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_IMU_H_
13#include <zephyr/device.h>
14#include <zephyr/sys/util.h>
Specialised driver API for IMU devices.
int infuse_validation_imu(const struct device *dev, uint8_t flags)
Validate the behaviour of a device implementing the IMU API.
@ VALIDATION_IMU_DRIVER
Rigorous driver behavioural tests.
Definition imu.h:33
@ VALIDATION_IMU_POWER_UP
Validate that sensor powers up.
Definition imu.h:29
@ VALIDATION_IMU_SELF_TEST
Hardware self-test.
Definition imu.h:31