13#ifndef ZEPHYR_INCLUDE_DRIVERS_COMPARATOR_FAKE_H_
14#define ZEPHYR_INCLUDE_DRIVERS_COMPARATOR_FAKE_H_
46 comp_fake_comp_get_output,
51 comp_fake_comp_set_trigger,
57 comp_fake_comp_set_trigger_callback,
64 comp_fake_comp_trigger_is_pending,
Main header file for comparator driver API.
#define DECLARE_FAKE_VALUE_FUNC(...)
Definition fff.h:8684
void(* comparator_callback_t)(const struct device *dev, void *user_data)
Comparator callback template.
Definition comparator.h:50
comparator_trigger
Comparator trigger enumerations.
Definition comparator.h:33
Runtime device structure (in ROM) per driver instance.
Definition device.h:525