summaryrefslogtreecommitdiff
path: root/zephyr/include/emul/emul_isl923x.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/include/emul/emul_isl923x.h')
-rw-r--r--zephyr/include/emul/emul_isl923x.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/zephyr/include/emul/emul_isl923x.h b/zephyr/include/emul/emul_isl923x.h
index 3093b0cfe3..f24922afd5 100644
--- a/zephyr/include/emul/emul_isl923x.h
+++ b/zephyr/include/emul/emul_isl923x.h
@@ -29,6 +29,13 @@ const struct device *isl923x_emul_get_parent(const struct emul *emulator);
struct i2c_emul *isl923x_emul_get_i2c_emul(const struct emul *emulator);
/**
+ * @brief Reset all registers
+ *
+ * @param emulator The emulator to modify
+ */
+void isl923x_emul_reset(const struct emul *emulator);
+
+/**
* @brief Set the manufacturer ID
*
* @param emulator The emulator to modify