|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Fake comparator driver API functions. More...
Go to the source code of this file.
Functions | |
| DECLARE_FAKE_VALUE_FUNC (int, comp_fake_comp_get_output, const struct device *) | |
| @fake_of{comparator_driver_api::get_output} | |
| DECLARE_FAKE_VALUE_FUNC (int, comp_fake_comp_set_trigger, const struct device *, enum comparator_trigger) | |
| @fake_of{comparator_driver_api::set_trigger} | |
| DECLARE_FAKE_VALUE_FUNC (int, comp_fake_comp_set_trigger_callback, const struct device *, comparator_callback_t, void *) | |
| @fake_of{comparator_driver_api::set_trigger_callback} | |
| DECLARE_FAKE_VALUE_FUNC (int, comp_fake_comp_trigger_is_pending, const struct device *) | |
| @fake_of{comparator_driver_api::trigger_is_pending} | |
Fake comparator driver API functions.