|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Fake LED controller driver API functions. More...
Go to the source code of this file.
Functions | |
| DECLARE_FAKE_VALUE_FUNC (int, fake_led_on, const struct device *, uint32_t) | |
| @fake_of{led_driver_api::on} | |
| DECLARE_FAKE_VALUE_FUNC (int, fake_led_off, const struct device *, uint32_t) | |
| @fake_of{led_driver_api::off} | |
| DECLARE_FAKE_VALUE_FUNC (int, fake_led_set_brightness, const struct device *, uint32_t, uint8_t) | |
| @fake_of{led_driver_api::set_brightness} | |
| DECLARE_FAKE_VALUE_FUNC (int, fake_led_blink, const struct device *, uint32_t, uint32_t, uint32_t) | |
| @fake_of{led_driver_api::blink} | |
| DECLARE_FAKE_VALUE_FUNC (int, fake_led_get_info, const struct device *, uint32_t, const struct led_info **) | |
| @fake_of{led_driver_api::get_info} | |
| DECLARE_FAKE_VALUE_FUNC (int, fake_led_set_color, const struct device *, uint32_t, uint8_t, const uint8_t *) | |
| @fake_of{led_driver_api::set_color} | |
| DECLARE_FAKE_VALUE_FUNC (int, fake_led_write_channels, const struct device *, uint32_t, uint32_t, const uint8_t *) | |
| @fake_of{led_driver_api::write_channels} | |
Fake LED controller driver API functions.