13#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_GENERIC_EMUL_H_
14#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_GENERIC_EMUL_H_
APIs and macros for the Zephyr device model.
Public APIs for the device emulation framework.
void generic_emul_reset(const struct emul *target, bool reset_rc)
Reset all channels back to unconfigured.
void generic_emul_func_rc(const struct emul *target, int resume_rc, int suspend_rc, int fetch_rc)
Configure return value for generic sensor device.
An emulator instance - represents the target emulated device/peripheral that is interacted with throu...
Definition emul.h:88