|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Fake LED controller driver API functions. More...
Go to the source code of this file.
Data Structures | |
| struct | fake_led_on_Fake |
| Turn a fake LED controller LED on. More... | |
| struct | fake_led_off_Fake |
| Turn a fake LED controller LED off. More... | |
| struct | fake_led_set_brightness_Fake |
| Set brightness of a fake LED controller LED. More... | |
| struct | fake_led_blink_Fake |
| Blink a fake LED controller LED. More... | |
| struct | fake_led_get_info_Fake |
| Get info of a fake LED controller LED. More... | |
| struct | fake_led_set_color_Fake |
| Set the color of a fake LED controller LED. More... | |
| struct | fake_led_write_channels_Fake |
| Write/update a strip of a fake LED controller LEDs. More... | |
Typedefs | |
| typedef struct fake_led_on_Fake | fake_led_on_Fake |
| Turn a fake LED controller LED on. | |
| typedef struct fake_led_off_Fake | fake_led_off_Fake |
| Turn a fake LED controller LED off. | |
| typedef struct fake_led_set_brightness_Fake | fake_led_set_brightness_Fake |
| Set brightness of a fake LED controller LED. | |
| typedef struct fake_led_blink_Fake | fake_led_blink_Fake |
| Blink a fake LED controller LED. | |
| typedef struct fake_led_get_info_Fake | fake_led_get_info_Fake |
| Get info of a fake LED controller LED. | |
| typedef struct fake_led_set_color_Fake | fake_led_set_color_Fake |
| Set the color of a fake LED controller LED. | |
| typedef struct fake_led_write_channels_Fake | fake_led_write_channels_Fake |
| Write/update a strip of a fake LED controller LEDs. | |
Functions | |
| void | fake_led_on_reset (void) |
| int | fake_led_on (const struct device *arg0, uint32_t arg1) |
| void | fake_led_off_reset (void) |
| int | fake_led_off (const struct device *arg0, uint32_t arg1) |
| void | fake_led_set_brightness_reset (void) |
| int | fake_led_set_brightness (const struct device *arg0, uint32_t arg1, uint8_t arg2) |
| void | fake_led_blink_reset (void) |
| int | fake_led_blink (const struct device *arg0, uint32_t arg1, uint32_t arg2, uint32_t arg3) |
| void | fake_led_get_info_reset (void) |
| int | fake_led_get_info (const struct device *arg0, uint32_t arg1, const struct led_info **arg2) |
| void | fake_led_set_color_reset (void) |
| int | fake_led_set_color (const struct device *arg0, uint32_t arg1, uint8_t arg2, const uint8_t *arg3) |
| void | fake_led_write_channels_reset (void) |
| int | fake_led_write_channels (const struct device *arg0, uint32_t arg1, uint32_t arg2, const uint8_t *arg3) |
Fake LED controller driver API functions.